File tree Expand file tree Collapse file tree
Keypad.Flasher.Client/src/styles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ;
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
You can’t perform that action at this time.
0 commit comments