Skip to content

Commit

Permalink
fix: update globals to use correct values for checkbox properties (#7616
Browse files Browse the repository at this point in the history
)
  • Loading branch information
FrediWa authored Aug 6, 2024
1 parent 16046b9 commit 891c709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vaadin-lumo-styles/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ const globals = css`
--vaadin-checkbox-label-font-size: var(--lumo-font-size-m);
--vaadin-checkbox-label-padding: var(--lumo-space-xs) var(--lumo-space-s) var(--lumo-space-xs) var(--lumo-space-xs);
--vaadin-checkbox-size: calc(var(--lumo-size-m) / 2);
--vaadin-checkbox-disabled-checkmark-color: var(--lumo-contrast-10pct);
--vaadin-checkbox-disabled-background: var(--lumo-contrast-30pct);
--vaadin-checkbox-disabled-checkmark-color: var(--lumo-contrast-30pct);
--vaadin-checkbox-disabled-background: var(--lumo-contrast-10pct);
/* Radio button */
--vaadin-radio-button-background: var(--lumo-contrast-20pct);
--vaadin-radio-button-background-hover: var(--lumo-contrast-30pct);
Expand Down

0 comments on commit 891c709

Please sign in to comment.