From 07c9bfa445a7e675ddb70231a151e30fc9891a5e Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Tue, 17 Mar 2020 18:51:25 +0200 Subject: [PATCH] new color theme applied to ActionButton --- src/common/MetaPreview/ActionButton/styles.less | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/common/MetaPreview/ActionButton/styles.less b/src/common/MetaPreview/ActionButton/styles.less index 748b3a39d..c301df320 100644 --- a/src/common/MetaPreview/ActionButton/styles.less +++ b/src/common/MetaPreview/ActionButton/styles.less @@ -1,10 +1,13 @@ +@import (reference) '~stremio-colors/dist/less/stremio-colors.less'; + .action-button-container { display: flex; flex-direction: column; justify-content: center; + background-color: @color-surface-light5-20; &:hover, &:focus { - background-color: var(--color-surfacedarker60); + background-color: @color-accent3; } .icon-container { @@ -21,7 +24,7 @@ display: block; width: 100%; height: 100%; - fill: var(--color-surfacelighter); + fill: @color-surface-light5; } } @@ -38,7 +41,7 @@ padding: 0 0.2rem; max-height: 2.4em; text-align: center; - color: var(--color-surfacelighter); + color: @color-surface-light5-90; } } } \ No newline at end of file