We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40582f0 commit 0ce1182Copy full SHA for 0ce1182
1 file changed
src/theme.ts
@@ -13,9 +13,14 @@ const { OnyxiaUi, ofTypeTheme } = createOnyxiaUi({
13
};
14
},
15
palette: {
16
- //...defaultPalette
+ // Start from the built-in verdant palette, then override brand/use colors.
17
...verdantPalette,
18
- // Your custom color
+ // Custom color overrides
19
+ light: {
20
+ ...verdantPalette.light,
21
+ main: "#fafbff",
22
+ },
23
+
24
}
25
});
26
0 commit comments