Skip to content

Commit

Permalink
Revert "Update _component.scss (#3562)" (#3620)
Browse files Browse the repository at this point in the history
This reverts commit 83498c0.
  • Loading branch information
mfranzke authored Dec 20, 2024
1 parent bb68896 commit afd161f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/styles/_component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ $min-mobile-header-height: calc(
);

$default-disabled: 0.4;
$placeholder-disabled: 0.68;
// 0.68 would be fine as well for a11y, but we are big Bryan Adams fans :)
$placeholder-disabled: 0.69;

%default-adaptive-border {
border: variables.$db-border-height-3xs solid
Expand Down

0 comments on commit afd161f

Please sign in to comment.