cart: fix dark theme

This commit is contained in:
2025-10-09 00:38:33 +03:00
parent ca54ce37cb
commit 4fe0835de4
6 changed files with 35 additions and 44 deletions

View File

@@ -112,13 +112,13 @@
}
/* Dark theme styles */
[data-theme="dark"] .arrowButton {
:global(.darkApp) .arrowButton stroke {
background: rgba(30, 30, 30, 0.95);
border-color: rgba(255, 255, 255, 0.1);
color: white;
}
[data-theme="dark"] .arrowButton:hover {
[data-theme="dark"] .arrowButton:hover stroke{
background: rgba(40, 40, 40, 1);
border-color: rgba(255, 255, 255, 0.2);
}