Integrate composer prompt into design system

This commit is contained in:
Paul Frazee 2022-12-30 12:35:37 -06:00
parent 434d874598
commit b47714fb11
6 changed files with 19 additions and 18 deletions

View file

@ -18,7 +18,6 @@ export function usePalette(color: PaletteColorName): UsePaletteValue {
backgroundColor: palette.background,
},
border: {
borderWidth: 1,
borderColor: palette.border,
},
text: {