fix(theme): add gradient colors to richLightTheme definition

This commit is contained in:
Mark McLaughlin
2026-03-24 16:31:26 -07:00
parent bd60fb3590
commit 090b5ae485
+2
View File
@@ -234,6 +234,8 @@ export const richLightTheme: ColorsTheme = {
InputBackground: '#E8EAED', // grey-200
MessageBackground: '#E8EAED', // grey-200
FocusBackground: '#CEEAD6', // green-100
GradientColors: ['#4796E4', '#847ACE', '#C3677F'],
};
export const richDarkTheme: ColorsTheme = {