From 7fbdc7c9011ff1f14cd6c2d1e0d9de3eea696da7 Mon Sep 17 00:00:00 2001 From: Dimitar Kalaydzhiev Date: Sun, 11 Sep 2022 16:40:09 +0300 Subject: [PATCH] fix(coloreditor): set default width based on design in fluent theme --- packages/fluent/scss/coloreditor/_variables.scss | 2 +- packages/fluent/scss/colorgradient/_variables.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/fluent/scss/coloreditor/_variables.scss b/packages/fluent/scss/coloreditor/_variables.scss index 99c3f8645b2..28d22020977 100644 --- a/packages/fluent/scss/coloreditor/_variables.scss +++ b/packages/fluent/scss/coloreditor/_variables.scss @@ -7,7 +7,7 @@ $kendo-coloreditor-spacer: map-get( $kendo-spacing, 2 ) !default; /// Min width of the color editor. /// @group coloreditor -$kendo-coloreditor-min-width: 254px !default; +$kendo-coloreditor-min-width: 260px !default; /// Border width of the color editor. /// @group coloreditor $kendo-coloreditor-border-width: 1px !default; diff --git a/packages/fluent/scss/colorgradient/_variables.scss b/packages/fluent/scss/colorgradient/_variables.scss index 10928e2d468..aad9324d4c4 100644 --- a/packages/fluent/scss/colorgradient/_variables.scss +++ b/packages/fluent/scss/colorgradient/_variables.scss @@ -7,7 +7,7 @@ $kendo-colorgradient-spacer: map-get( $kendo-spacing, 4 ) !default; /// Default width of the color gradient. /// @group cologradient -$kendo-colorgradient-width: 254px !default; +$kendo-colorgradient-width: 260px !default; /// Border width of the color gradient. /// @group cologradient $kendo-colorgradient-border-width: 1px !default; @@ -74,7 +74,7 @@ $kendo-colorgradient-canvas-draghandle-shadow: 0px 0.6px 1.8px rgba(0, 0, 0, 0.1 /// Default input width of the color gradient. /// @group cologradient -$kendo-colorgradient-input-width: 47px !default; +$kendo-colorgradient-input-width: 48px !default; /// Input spacing of the color gradient. /// @group cologradient $kendo-colorgradient-input-spacing: calc( $kendo-colorgradient-spacer / 4 ) !default;