diff --git a/ui/scss/component/_channel.scss b/ui/scss/component/_channel.scss index e9382a012..b5fc60ae0 100644 --- a/ui/scss/component/_channel.scss +++ b/ui/scss/component/_channel.scss @@ -28,6 +28,12 @@ $actions-z-index: 2; } } } + // hack. we should make all these buttons the same class. + .button--secondary { + .button__label { + color: var(--color-text) !important; + } + } .claim-preview__live { margin-bottom: 0; diff --git a/ui/scss/themes/light.scss b/ui/scss/themes/light.scss index 63b43fdec..2eb6d81a6 100644 --- a/ui/scss/themes/light.scss +++ b/ui/scss/themes/light.scss @@ -43,7 +43,7 @@ --color-tooltip-text: #fafafa; // Header - --color-header-button: var(--color-white); //var(--color-button-alt-bg); + --color-header-button: var(--color-card-background); --color-header-button-text: var(--color-black); --color-header-background: #ffffff; --color-feature-background: #ffffff;