Skip to content

Commit

Permalink
fix(comp:form): the disabled color using css variable (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm committed Jun 5, 2023
1 parent 7388dc4 commit 850a1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/form/style/themes/default.variable.less
Expand Up @@ -39,8 +39,8 @@
@form-focus-color: @color-primary-d10;
@form-focus-box-shadow: 0 0 0 2px fade(@form-focus-color, 20%);
@form-disabled-color: @text-color-disabled;
@form-disabled-border-color: @color-graphite-l20;
@form-disabled-background-color: @background-color-disabled;
@form-disabled-border-color: var(--ix-background-color);
@form-disabled-background-color: var(--ix-background-color-deep);
@form-icon-color: @color-graphite-d20;
@form-icon-hover-color: @color-graphite-d20;
// input common end
Expand Down

0 comments on commit 850a1db

Please sign in to comment.