Skip to content

Commit 119a93b

Browse files
matthprostlisalupi
authored andcommitted
feat(Button): emotion removal vanilla extract (#5428)
* feat(Button): emotion removal vanilla extract * fix: unit tests and checks * fix: update prefix to add uv * fix: snapshot update
1 parent d1d09cc commit 119a93b

File tree

40 files changed

+20061
-1716
lines changed

40 files changed

+20061
-1716
lines changed

.storybook/storybookThemes.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ const generateStorybookTheme = ({
3333

3434
// Toolbar default and active colors
3535
barTextColor: theme.colors.neutral.textWeak,
36+
barSelectedColor: theme.colors.primary.text,
37+
barBg: theme.colors.neutral.backgroundWeak,
38+
3639
buttonBg: theme.colors.neutral.background,
3740
buttonBorder: theme.colors.neutral.border,
3841

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"@ultraviolet/themes": "workspace:*",
139139
"@ultraviolet/ui": "workspace:*",
140140
"@vanilla-extract/vite-plugin": "5.1.1",
141-
"@vitejs/plugin-react": "5.0.4",
141+
"@vitejs/plugin-react": "5.0.2",
142142
"@vitest/coverage-istanbul": "3.2.4",
143143
"@vitest/ui": "3.2.4",
144144
"babel-loader": "10.0.0",

0 commit comments

Comments
 (0)