Changes in background and dark mode
This commit is contained in:
@@ -26,7 +26,7 @@ export const colors = {
|
||||
warning: '#FF9500',
|
||||
|
||||
// Surface
|
||||
background: '#fbfbfb',
|
||||
background: 'transparent',
|
||||
card: '#ffffff',
|
||||
surfaceLow: '#f2f4f5',
|
||||
surface: '#eceeef',
|
||||
@@ -72,7 +72,7 @@ export const darkColors = {
|
||||
warning: '#FF9500',
|
||||
|
||||
// Surface
|
||||
background: '#121212',
|
||||
background: 'transparent',
|
||||
card: '#1e1e1e',
|
||||
surfaceLow: '#2a2a2a',
|
||||
surface: '#333333',
|
||||
|
||||
Reference in New Issue
Block a user