diff --git a/dashboard/src/theme/LightTheme.ts b/dashboard/src/theme/LightTheme.ts index a555fddd7..94e011867 100644 --- a/dashboard/src/theme/LightTheme.ts +++ b/dashboard/src/theme/LightTheme.ts @@ -20,7 +20,7 @@ const PurpleTheme: ThemeTypes = { lightsuccess: '#b9f6ca', lighterror: '#f9d8d8', lightwarning: '#fff8e1', - primaryText: '#000000dd', + primaryText: '#1b1c1d', secondaryText: '#000000aa', darkprimary: '#1565c0', darksecondary: '#4527a0', diff --git a/dashboard/src/views/ChatPage.vue b/dashboard/src/views/ChatPage.vue index c47509ab5..2954153ae 100644 --- a/dashboard/src/views/ChatPage.vue +++ b/dashboard/src/views/ChatPage.vue @@ -3,13 +3,16 @@