Skip to content

Commit 3f54ff6

Browse files
committed
fix: stack and row initial values on dynamic variables (#5547)
1 parent deade82 commit 3f54ff6

File tree

29 files changed

+21816
-57261
lines changed

29 files changed

+21816
-57261
lines changed

.changeset/sour-pants-write.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ultraviolet/ui": patch
3+
---
4+
5+
Fix `<Stack />` and `<Row />` variables to provide default values

.storybook/storybookThemes.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const generateStorybookTheme = ({
2323
brandImage,
2424
}: GenerateStorybookThemeProps) =>
2525
create({
26+
base,
2627
// UI
2728
appBg: theme.colors.neutral.background,
2829
appBorderColor: theme.colors.neutral.borderWeak,
@@ -32,8 +33,6 @@ const generateStorybookTheme = ({
3233

3334
// Toolbar default and active colors
3435
barTextColor: theme.colors.neutral.textWeak,
35-
barSelectedColor: theme.colors.primary.text,
36-
barBg: theme.colors.neutral.backgroundWeak,
3736

3837
buttonBg: theme.colors.neutral.background,
3938
buttonBorder: theme.colors.neutral.border,
@@ -46,9 +45,6 @@ const generateStorybookTheme = ({
4645

4746
brandUrl,
4847

49-
buttonBg: theme.colors.neutral.background,
50-
buttonBorder: theme.colors.neutral.border,
51-
5248
colorPrimary: theme.colors.primary.backgroundStrong,
5349
colorSecondary: theme.colors.primary.backgroundStrong,
5450

0 commit comments

Comments
 (0)