Skip to content

Commit

Permalink
fix(components): fix Checkbox in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Niznikr committed Dec 12, 2024
1 parent 8567d60 commit 2a80775
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/gold-rabbits-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@launchpad-ui/components": patch
---

Fix `Checkbox` in Safari
1 change: 1 addition & 0 deletions packages/components/src/styles/Checkbox.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
gap: var(--lp-spacing-200);
font: var(--lp-text-label-1-regular);
align-items: flex-start;
position: relative;

&[data-focus-visible] {
& .box {
Expand Down

0 comments on commit 2a80775

Please sign in to comment.