diff --git a/ui/components/app/collectible-options/index.scss b/ui/components/app/collectible-options/index.scss index fe91042e2..a60ab0c6f 100644 --- a/ui/components/app/collectible-options/index.scss +++ b/ui/components/app/collectible-options/index.scss @@ -1,7 +1,7 @@ .collectible-options { &__button { font-size: $font-size-paragraph; - color: var(--Black-100); + color: var(--color-text-default); background-color: inherit; padding: 2px 0 2px 8px; } diff --git a/ui/components/app/collectibles-detection-notice/index.scss b/ui/components/app/collectibles-detection-notice/index.scss index c972cb393..4f7bc3d4b 100644 --- a/ui/components/app/collectibles-detection-notice/index.scss +++ b/ui/components/app/collectibles-detection-notice/index.scss @@ -11,7 +11,7 @@ content: '\00D7'; font-size: 29px; font-weight: 200; - color: var(--black); + color: var(--color-icon-default); background-color: transparent; top: 0; right: 12px;