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

@ -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,