tinacms 0.57.1 → 0.57.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # tinacms
2
2
 
3
+ ## 0.57.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 7849c1233: Fix styles on panel
8
+
3
9
  ## 0.57.1
4
10
 
5
11
  ### Patch Changes
@@ -43,6 +43,9 @@ const ToggleButton = () => {
43
43
  href: "/admin",
44
44
  style: {
45
45
  borderRadius: "0 50px 50px 0",
46
+ fontSize: "16px",
47
+ fontFamily: "Inter, 'Helvetica Neue', 'Arial Nova', Helvetica, Arial, sans-serif",
48
+ fontWeight: "bold",
46
49
  textDecoration: "none",
47
50
  background: "rgb(34, 150, 254)",
48
51
  boxShadow: "0px 1px 3px rgb(0 0 0 / 10%), 0px 2px 6px rgb(0 0 0 / 20%)",
@@ -50,6 +50,9 @@ var __objRest = (source, exclude) => {
50
50
  href: "/admin",
51
51
  style: {
52
52
  borderRadius: "0 50px 50px 0",
53
+ fontSize: "16px",
54
+ fontFamily: "Inter, 'Helvetica Neue', 'Arial Nova', Helvetica, Arial, sans-serif",
55
+ fontWeight: "bold",
53
56
  textDecoration: "none",
54
57
  background: "rgb(34, 150, 254)",
55
58
  boxShadow: "0px 1px 3px rgb(0 0 0 / 10%), 0px 2px 6px rgb(0 0 0 / 20%)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tinacms",
3
- "version": "0.57.1",
3
+ "version": "0.57.2",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist"