theme(next): make subtle border color less subtle on dark mode

This commit is contained in:
Elian Doran 2024-12-01 18:03:13 +02:00
parent 5761320731
commit 9e0546da27

View File

@ -195,6 +195,7 @@
--main-background-color: #333;
--main-text-color: #ccc;
--main-border-color: #454545;
--subtle-border-color: rgba(0, 0, 0, 0.3);
--dropdown-border-color: #555;
--dropdown-shadow-opacity: .6;
--dropdown-item-icon-destructive-color: #de6e5b;