Revert "feat(ui): redesign desktop experience"

This reverts commit f61e076e46.
This commit is contained in:
Codex
2026-06-09 00:56:40 +07:00
parent 288a96d04b
commit 20a260d0cc
27 changed files with 440 additions and 488 deletions

View File

@@ -5,7 +5,7 @@ export default {
theme: {
extend: {
colors: {
// Desktop semantic palette
// iOS semantic palette
accent: 'rgb(var(--accent) / <alpha-value>)',
'accent-soft': 'rgb(var(--accent-soft) / <alpha-value>)',
'accent-2': 'rgb(var(--accent-2) / <alpha-value>)',
@@ -20,9 +20,6 @@ export default {
surface: 'rgb(var(--surface) / <alpha-value>)',
'surface-2': 'rgb(var(--surface-2) / <alpha-value>)',
'surface-elevated': 'rgb(var(--surface-elevated) / <alpha-value>)',
sidebar: 'rgb(var(--sidebar) / <alpha-value>)',
'sidebar-text': 'rgb(var(--sidebar-text) / <alpha-value>)',
'sidebar-muted': 'rgb(var(--sidebar-muted) / <alpha-value>)',
// Text & lines
text: 'rgb(var(--text) / <alpha-value>)',
@@ -71,14 +68,15 @@ export default {
]
},
borderRadius: {
xl: '8px',
'2xl': '10px',
'3xl': '12px'
// iOS-specific radii
xl: '14px',
'2xl': '18px',
'3xl': '22px'
},
boxShadow: {
ios: '0 1px 2px rgb(15 23 42 / 0.06), 0 10px 28px -24px rgb(15 23 42 / 0.35)',
ios: '0 0.5px 0 rgb(0 0 0 / 0.04), 0 1px 2px rgb(0 0 0 / 0.05), 0 4px 12px rgb(0 0 0 / 0.04)',
sheet:
'0 1px 2px rgb(15 23 42 / 0.08), 0 24px 60px -28px rgb(15 23 42 / 0.45)'
'0 1px 2px rgb(0 0 0 / 0.06), 0 20px 50px -16px rgb(0 0 0 / 0.4)'
}
}
},