Skip to content

Commit 40582f0

Browse files
committed
update colors
1 parent 897f049 commit 40582f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/theme.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createOnyxiaUi, defaultPalette, defaultGetTypographyDesc } from "onyxia-ui";
1+
import { createOnyxiaUi, verdantPalette, defaultGetTypographyDesc } from "onyxia-ui";
22
import "onyxia-ui/assets/fonts/WorkSans/font.css";
33
import "onyxia-ui/assets/fonts/Marianne/font.css";
44

@@ -13,7 +13,8 @@ const { OnyxiaUi, ofTypeTheme } = createOnyxiaUi({
1313
};
1414
},
1515
palette: {
16-
...defaultPalette
16+
//...defaultPalette
17+
...verdantPalette,
1718
// Your custom color
1819
}
1920
});

0 commit comments

Comments
 (0)