mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-10-18 13:28:15 +00:00
feat(theme): fix colors
This commit is contained in:
@@ -11,8 +11,8 @@ const themeDark = (colors: DefaultColors) => ({
|
||||
const themeLight = (colors: DefaultColors) => ({
|
||||
50: '#ffffff',
|
||||
100: '#f6f8fa',
|
||||
200: '#d0d7de',
|
||||
300: '#afb8c1',
|
||||
200: '#e8edf1',
|
||||
300: '#d0d7de',
|
||||
});
|
||||
|
||||
const config: Config = {
|
||||
|
Reference in New Issue
Block a user