Fix iOS crash, storage, and printing issues; setup apk build

This commit is contained in:
2026-05-30 23:09:36 +02:00
parent eee684a3c9
commit 54666b077a
19 changed files with 1821 additions and 149 deletions
+15 -12
View File
@@ -1,18 +1,21 @@
export const THEME = {
colors: {
background: '#0B0B0E',
surface: '#121217',
surfaceSecondary: '#1C1C24',
primary: '#6C5DD3',
primaryDark: '#564AB1',
accent: '#FF7A9A',
background: '#050510',
surface: '#0D0D1A',
surfaceSecondary: '#151528',
primary: '#ff2bd6',
primaryDark: '#cc22ab',
accent: '#28dfff',
accentDark: '#1fb3cc',
text: '#FFFFFF',
textMuted: '#8F90A6',
border: 'rgba(255, 255, 255, 0.08)',
glassBackground: 'rgba(18, 18, 23, 0.75)',
overlay: 'rgba(0, 0, 0, 0.85)',
success: '#3F8CFF',
error: '#FF6A55',
textMuted: '#7a7a9e',
border: 'rgba(255, 43, 214, 0.15)',
glassBackground: 'rgba(13, 13, 26, 0.85)',
overlay: 'rgba(5, 5, 16, 0.92)',
success: '#28dfff',
error: '#ff4466',
neonGlow: 'rgba(255, 43, 214, 0.4)',
cyanGlow: 'rgba(40, 223, 255, 0.4)',
},
fonts: {
// Falls back to system sans-serif which is clean and modern on Android/iOS