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