Rich text attempt 1

This commit is contained in:
2025-06-21 20:26:51 -07:00
parent 6a117db0ae
commit 2636746da3
6 changed files with 549 additions and 23 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ export const lightTheme = {
...MD3LightTheme.colors,
...brandColors,
// Additional custom colors
accent: '#5856D6',
accent: '#278CA2',
warning: '#FF9500',
success: '#34C759',
info: '#007AFF',
@@ -49,7 +49,7 @@ export const darkTheme = {
onSurface: '#FFFFFF',
onError: '#000000',
// Additional custom colors
accent: '#5E5CE6',
accent: '#278CA2',
warning: '#FF9F0A',
success: '#30D158',
info: '#0A84FF',