Skip to content

Commit

Permalink
fix(signature): update line color to match design
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored and joneff committed Oct 17, 2022
1 parent d61b085 commit 6d3d600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fluent/scss/signature/_variables.scss
Expand Up @@ -37,7 +37,7 @@ $kendo-signature-line-width: 1px !default;
$kendo-signature-line-style: dashed !default;
/// The color of the row line of the signature component.
/// @group signature
$kendo-signature-line-color: get-theme-color-var( primary-30 ) !default;
$kendo-signature-line-color: rgba( get-theme-color( info, 100 ), .4 ) !default;
/// The color of the row line of the disabled signature component.
/// @group signature
$kendo-signature-line-disabled-color: get-theme-color-var( neutral-60 ) !default;
Expand Down

0 comments on commit 6d3d600

Please sign in to comment.