Skip to content

Commit

Permalink
Update packages/styles/src/variables/components/_forms.scss
Browse files Browse the repository at this point in the history
Co-authored-by: Alizé Debray <[email protected]>
  • Loading branch information
davidritter-dotcom and alizedebray authored Jul 16, 2024
1 parent 6b15160 commit 5d0a78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/src/variables/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $input-line-height-lg: type.$line-height-copy !default;

$input-bg: color.$white !default;
$input-disabled-bg: rgba(var(--post-contrast-color-inverted-rgb), 0.4) !default;
$input-disabled-color: color.$gray-40; // Design System only
$input-disabled-color: var(--post-gray-60); // Design System only
$input-disabled-border-color: var(--post-gray-40); // Design System only
$input-disabled-border-style: spacing.$size-line dashed;

Expand Down

0 comments on commit 5d0a78a

Please sign in to comment.