diff --git a/.env.defaults b/.env.defaults index 3123bfaec..378761947 100644 --- a/.env.defaults +++ b/.env.defaults @@ -80,7 +80,7 @@ SIMPLE_SITE=false ENABLE_COMMENT_REACTIONS=true ENABLE_FILE_REACTIONS=true -ENABLE_CREATOR_REACTIONS=false +ENABLE_CREATOR_REACTIONS=true ENABLE_NO_SOURCE_CLAIMS=false ENABLE_PREROLL_ADS=false CHANNEL_STAKED_LEVEL_VIDEO_COMMENTS=4 diff --git a/ui/scss/component/_button.scss b/ui/scss/component/_button.scss index b1b20b593..77b0a07e2 100644 --- a/ui/scss/component/_button.scss +++ b/ui/scss/component/_button.scss @@ -290,6 +290,13 @@ margin-right: var(--spacing-m); padding: 0 var(--spacing-xxs); + &.button--file-action-active { + .icon { + fill: var(--color-primary-alt); + stroke: var(--color-primary) !important; //fixme + color: var(--color-primary); + } + } .icon { &:not(.color-override) { stroke: var(--color-text-subtitle);