From 08617ec9f39e5959fb76621709091c8706e7f1cc Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 11 Jan 2023 17:29:08 +0200 Subject: [PATCH] Add background in icon-bg-shadow element --- less/icon.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/less/icon.less b/less/icon.less index 97551f0..6012550 100644 --- a/less/icon.less +++ b/less/icon.less @@ -1,6 +1,7 @@ @icon-button-size: 50px; @icon-button-small-size: 35px; @icon-button-xsmall-size: 24px; +@icon-bg-background: @global-background; @icon-bg-size: @icon-button-size; @icon-bg-size-medium: @icon-button-size*1.5; @icon-bg-size-large: @icon-button-size*2; @@ -87,6 +88,7 @@ align-items: center; justify-content: center; box-shadow: @icon-box-shadow; + background-color: @icon-bg-background; } .uk-icon-bg-shadow-medium {