cart: fix dark theme
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user