mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Dark Mode: Permissions header (#14017)
This commit is contained in:
parent
20b6bc0bd4
commit
fc2e104ec6
@ -13,7 +13,7 @@
|
||||
@include H3;
|
||||
|
||||
text-align: center;
|
||||
color: var(--Black-100);
|
||||
color: var(--color-text-default);
|
||||
margin-top: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
@ -22,7 +22,7 @@
|
||||
@include H6;
|
||||
|
||||
text-align: center;
|
||||
color: var(--Black-100);
|
||||
color: var(--color-text-default);
|
||||
}
|
||||
|
||||
&__subtitle {
|
||||
|
Loading…
Reference in New Issue
Block a user