Integrate composer prompt into design system
This commit is contained in:
parent
434d874598
commit
b47714fb11
6 changed files with 19 additions and 18 deletions
|
|
@ -18,7 +18,6 @@ export function usePalette(color: PaletteColorName): UsePaletteValue {
|
|||
backgroundColor: palette.background,
|
||||
},
|
||||
border: {
|
||||
borderWidth: 1,
|
||||
borderColor: palette.border,
|
||||
},
|
||||
text: {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ export const defaultTheme: Theme = {
|
|||
palette: {
|
||||
default: {
|
||||
background: colors.white,
|
||||
backgroundLight: colors.gray2,
|
||||
backgroundLight: colors.gray1,
|
||||
text: colors.black,
|
||||
textLight: colors.gray5,
|
||||
textInverted: colors.white,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue