mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Dark Mode: Collectibles (#14060)
This commit is contained in:
parent
1b1aae0577
commit
78f748b36d
@ -1,7 +1,7 @@
|
|||||||
.collectible-options {
|
.collectible-options {
|
||||||
&__button {
|
&__button {
|
||||||
font-size: $font-size-paragraph;
|
font-size: $font-size-paragraph;
|
||||||
color: var(--Black-100);
|
color: var(--color-text-default);
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
padding: 2px 0 2px 8px;
|
padding: 2px 0 2px 8px;
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
content: '\00D7';
|
content: '\00D7';
|
||||||
font-size: 29px;
|
font-size: 29px;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
color: var(--black);
|
color: var(--color-icon-default);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 12px;
|
right: 12px;
|
||||||
|
Loading…
Reference in New Issue
Block a user