fix: map lifecycle crash, state persistence with pinia-persistedstate, and premium business details UI
This commit is contained in:
@ -85,13 +85,13 @@ html.light-theme {
|
||||
--header-bg: rgba(255, 255, 255, 0.85);
|
||||
--header-text: #0f172a;
|
||||
--card-bg: rgba(255, 255, 255, 0.95);
|
||||
--hover-bg: rgba(37, 99, 235, 0.05); /* Soft Blue hover */
|
||||
--hover-bg: rgba(254, 231, 21, 0.08);
|
||||
--glass-bg: rgba(255, 255, 255, 0.8);
|
||||
--glass-border: rgba(37, 99, 235, 0.1);
|
||||
--glass-border: rgba(254, 231, 21, 0.2);
|
||||
--shadow: 0 15px 40px rgba(15, 23, 42, 0.1);
|
||||
--active-bg: rgba(37, 99, 235, 0.1);
|
||||
--active-color: #2563eb; /* Premium Nexus Blue */
|
||||
--accent-color: #2563eb;
|
||||
--active-bg: rgba(254, 231, 21, 0.15);
|
||||
--active-color: #fee715;
|
||||
--accent-color: #fee715;
|
||||
}
|
||||
|
||||
html,
|
||||
|
||||
Reference in New Issue
Block a user