From 46eaf5955a42def62dcf96b8cf02fa8d83cd0d11 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Thu, 26 Mar 2020 22:55:43 +0200 Subject: [PATCH] PlayIcon styles uses less colors --- src/common/PlayIconCircleCentered/styles.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/common/PlayIconCircleCentered/styles.less b/src/common/PlayIconCircleCentered/styles.less index 31af7d02a..c5bcfc9df 100644 --- a/src/common/PlayIconCircleCentered/styles.less +++ b/src/common/PlayIconCircleCentered/styles.less @@ -1,7 +1,9 @@ +@import (reference) '~stremio-colors/dist/less/stremio-colors.less'; + .background { - fill: var(--color-surfacelighter); + fill: @color-surface-light5; } .icon { - fill: var(--color-backgrounddarker); + fill: @color-background-dark5; } \ No newline at end of file