Skip to content

Commit

Permalink
updated snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
LinKCoding committed Jan 14, 2025
1 parent 1ad5e9c commit 44f1e75
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ exports[`themes admin - theme shape 1`] = `
"xl": "16px",
},
"borders": {
"1": "1px solid var(--color-border-secondary)",
"2": "2px solid var(--color-border-secondary)",
"1": "1px solid var(--color-border-primary)",
"2": "2px solid var(--color-border-primary)",
},
"breakpoints": {
"lg": "@media only screen and (min-width: 1200px)",
Expand Down Expand Up @@ -773,8 +773,8 @@ exports[`themes core - theme shape 1`] = `
"xl": "16px",
},
"borders": {
"1": "1px solid var(--color-border-secondary)",
"2": "2px solid var(--color-border-secondary)",
"1": "1px solid var(--color-border-primary)",
"2": "2px solid var(--color-border-primary)",
},
"breakpoints": {
"lg": "@media only screen and (min-width: 1200px)",
Expand Down Expand Up @@ -1368,8 +1368,8 @@ exports[`themes platform - theme shape 1`] = `
"xl": "16px",
},
"borders": {
"1": "1px solid var(--color-border-secondary)",
"2": "2px solid var(--color-border-secondary)",
"1": "1px solid var(--color-border-primary)",
"2": "2px solid var(--color-border-primary)",
},
"breakpoints": {
"lg": "@media only screen and (min-width: 1200px)",
Expand Down

0 comments on commit 44f1e75

Please sign in to comment.