Skip to content

Commit 0780cbc

Browse files
committed
final style tweak
1 parent 9cf1c8a commit 0780cbc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • Keypad.Flasher.Client/src/styles

Keypad.Flasher.Client/src/styles/base.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
--button-bg: #ffffff;
1111
--button-border: #e5e7eb;
1212
--button-text: #111827;
13+
--button-primary-text: #ffffff;
1314
--button-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
1415
--button-shadow-strong: 0 8px 18px rgba(0, 0, 0, 0.08);
1516
--button-disabled-bg: #f3f4f6;
@@ -68,6 +69,7 @@
6869
--button-bg: #182338;
6970
--button-border: #25344c;
7071
--button-text: #e5e7eb;
72+
--button-primary-text: #0b1220;
7173
--button-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
7274
--button-shadow-strong: 0 12px 28px rgba(0, 0, 0, 0.55);
7375
--button-disabled-bg: #111827;
@@ -384,7 +386,7 @@ input[type="color"] {
384386

385387
.btn-primary {
386388
background: var(--accent);
387-
color: #ffffff;
389+
color: var(--button-primary-text);
388390
border-color: var(--accent);
389391
}
390392

0 commit comments

Comments
 (0)