feat: apply dark glassmorphism theme to License list and JobReport daily summary dialog
This commit is contained in:
@@ -7,18 +7,32 @@ export default {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
// Semantic Colors (Mapped to CSS Variables)
|
||||
primary: {
|
||||
50: '#eff6ff',
|
||||
100: '#dbeafe',
|
||||
200: '#bfdbfe',
|
||||
300: '#93c5fd',
|
||||
400: '#60a5fa',
|
||||
500: '#3b82f6',
|
||||
600: '#2563eb',
|
||||
700: '#1d4ed8',
|
||||
800: '#1e40af',
|
||||
900: '#1e3a8a',
|
||||
DEFAULT: 'rgb(var(--color-primary) / <alpha-value>)',
|
||||
400: 'rgb(var(--color-primary-light) / <alpha-value>)',
|
||||
500: 'rgb(var(--color-primary) / <alpha-value>)',
|
||||
600: 'rgb(var(--color-primary-dark) / <alpha-value>)',
|
||||
},
|
||||
bg: {
|
||||
main: 'var(--bg-main)',
|
||||
paper: 'var(--bg-paper)',
|
||||
surface: 'rgba(255, 255, 255, 0.1)', // fallback or common
|
||||
},
|
||||
text: {
|
||||
primary: 'var(--text-primary)',
|
||||
secondary: 'var(--text-secondary)',
|
||||
muted: 'var(--text-muted)',
|
||||
},
|
||||
border: {
|
||||
DEFAULT: 'var(--border-color)',
|
||||
base: 'var(--border-base)',
|
||||
},
|
||||
accent: {
|
||||
DEFAULT: 'rgb(var(--color-accent) / <alpha-value>)',
|
||||
},
|
||||
|
||||
// Legacy Support (Optional - keep generic scales if needed for specific overrides)
|
||||
success: {
|
||||
50: '#f0fdf4',
|
||||
100: '#dcfce7',
|
||||
|
||||
Reference in New Issue
Block a user