From 1e1e6914764f5400c269e38d4cf7bfa0d2b9f75b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Feij=C3=B3?= Date: Tue, 3 May 2022 16:10:26 -0300 Subject: [PATCH] Renames icon position token --- src/components/ui/Select/select.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/Select/select.scss b/src/components/ui/Select/select.scss index 4ea16ac5d..4587a856b 100644 --- a/src/components/ui/Select/select.scss +++ b/src/components/ui/Select/select.scss @@ -24,7 +24,7 @@ --fs-select-label-color : var(--fs-color-text-light); --fs-select-label-margin-right : var(--fs-spacing-1); - --fs-select-icon-right : var(--fs-spacing-2); + --fs-select-icon-position-right : var(--fs-spacing-2); --fs-select-icon-color : var(--fs-color-link); // Disabled @@ -71,7 +71,7 @@ [data-fs-select-icon] { position: absolute; - right: var(--fs-select-icon-right); + right: var(--fs-select-icon-position-right); color: var(--fs-select-icon-color); pointer-events: none; }