Skip to content

Commit

Permalink
style(comp:*): change text-disabled-color for seer theme (#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 authored and danranVm committed Oct 21, 2022
1 parent 8dc1f8d commit b85ddfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
@trigger-border-color: @form-border-color;
@trigger-border-radius: @border-radius-sm;

@trigger-color: @form-color;
@trigger-disabled-color: @form-disabled-color;

@trigger-color: @form-color;
@trigger-color-secondary: @form-color-secondary;
@trigger-background-color: @form-background-color;
Expand Down
3 changes: 0 additions & 3 deletions packages/components/form/style/themes/seer.variable.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@

@form-item-label-color: @color-graphite-d10;

@form-disabled-color: @color-graphite-l10;
@form-disabled-background-color: @color-graphite-l40;

@form-icon-hover-color: @color-primary;
3 changes: 3 additions & 0 deletions packages/components/style/themes/seer.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
@scrollbar-thumb-active-background-color: @color-graphite-l10;
@scrollbar-thumb-border: 2px;
@scrollbar-thumb-border-radius: 6px;

@text-color-disabled: @color-graphite-d10;
@background-color-disabled: @color-graphite-l40;

0 comments on commit b85ddfd

Please sign in to comment.