From 20509f6ccf4a94509d16ff688789fcba7cdbdc9d Mon Sep 17 00:00:00 2001 From: waterplea Date: Fri, 29 Mar 2024 20:19:49 +0700 Subject: [PATCH] chore: fix screens --- projects/core/components/button/button.style.less | 3 +-- .../src/modules/components/carousel/examples/3/index.html | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/projects/core/components/button/button.style.less b/projects/core/components/button/button.style.less index c2958b7c6c81c..6e2f289f50aff 100644 --- a/projects/core/components/button/button.style.less +++ b/projects/core/components/button/button.style.less @@ -103,8 +103,7 @@ } [tuiIconButton] { - --t-gap: 0; - + gap: 0; width: var(--t-size); font-size: 0 !important; padding: 0; diff --git a/projects/demo/src/modules/components/carousel/examples/3/index.html b/projects/demo/src/modules/components/carousel/examples/3/index.html index c2a8af9bf0cb9..b627a9f60283f 100644 --- a/projects/demo/src/modules/components/carousel/examples/3/index.html +++ b/projects/demo/src/modules/components/carousel/examples/3/index.html @@ -26,16 +26,14 @@

Monty Python and the Holy Grail

tuiButton type="button" > - Buy $ - {{ 12.99 | tuiAmount: 'RUB' | async }} + Buy ${{ 12.99 | tuiAmount: 'RUB' | async }}