File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 12
12
app-cookie-popup {
13
13
.popup {
14
14
color : if ($is-dark-theme ,
15
- map .get (map . get ( mat .$grey- palette , contrast ), 50 ),
16
- map .get (mat .$dark-theme-foreground- palette , secondary-text )
15
+ map .get (mat .$dark-theme-foreground- palette , secondary-text ),
16
+ map .get (map . get ( mat .$grey- palette , contrast ), 50 )
17
17
);
18
- background : if ($is-dark-theme , map .get (mat .$grey-palette , 50 ), #252525 );
18
+ background : if ($is-dark-theme , #252525 , map .get (mat .$grey-palette , 50 ));
19
19
}
20
20
}
21
21
}
Original file line number Diff line number Diff line change 5
5
< a
6
6
href ="https://policies.google.com/technologies/cookies "
7
7
mat-button
8
- color ="accent "
9
8
target ="_blank "
10
9
rel ="noopener "> More details</ a >
11
- < button mat-button color ="accent " (click) ="accept() "> Ok, Got it</ button >
10
+ < button mat-button color ="primary " (click) ="accept() "> Ok, Got it</ button >
12
11
</ div >
13
12
</ div >
You can’t perform that action at this time.
0 commit comments