Changes in background and dark mode
Run Tests on Branches / Detect Changes (push) Successful in 8s
Run Tests on Branches / Backend Tests (push) Has been skipped
Run Tests on Branches / Frontend Tests (push) Has been skipped
Run Tests on Branches / Frontend Mobile Tests (push) Successful in 1m43s

This commit is contained in:
Antoni Nuñez Romeu
2026-07-10 12:41:10 +02:00
parent 02cab5f740
commit d371fd2bb7
3 changed files with 26 additions and 13 deletions
+2 -2
View File
@@ -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',