Skip to content

Commit c155098

Browse files
committed
fix: styles
1 parent 4488470 commit c155098

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/content/Alert/Alert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const AlertElement = tasty({
1717
padding: '1.5x',
1818
preset: 't3',
1919
color: {
20-
'': '#dark',
20+
'': '#dark-02',
2121
'[data-type="disabled"]': THEMES.disabled.color,
2222
},
2323
fill: {

src/components/fields/Switch/Switch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const SwitchElement = tasty({
103103
left: {
104104
'': '.375x',
105105
'[data-size="small"]': '.375x',
106-
checked: '2.75x',
106+
checked: '2.875x',
107107
'checked & [data-size="small"]': '1.5x',
108108
},
109109
transition: 'left, theme',

0 commit comments

Comments
 (0)