Skip to content

Commit

Permalink
fix(coloreditor): set default width based on design in fluent theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel authored and joneff committed Sep 12, 2022
1 parent 26054a0 commit 7fbdc7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/fluent/scss/coloreditor/_variables.scss
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions packages/fluent/scss/colorgradient/_variables.scss
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 7fbdc7c

Please sign in to comment.