Skip to content

Commit 66f87a9

Browse files
RoyEJohnsonCopilot
andauthored
Copilot suggestions
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 15ca528 commit 66f87a9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/Checkbox/Checkbox.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
width: var(--checkbox-size, 1.6rem);
3333
height: var(--checkbox-size, 1.6rem);
3434
border: var(--checkbox-border-checked, 1px solid #026AA1);
35-
border-radius: 0.2rem;
3635
transform: scale(0);
3736
background-color: var(--checkbox-bg, #026AA1);
3837
background-image: var(--checkbox-checkmark, none);
@@ -76,7 +75,6 @@
7675
width: var(--checkbox-size, 1.6rem);
7776
height: var(--checkbox-size, 1.6rem);
7877
border: var(--checkbox-border-checked, 1px solid #026AA1);
79-
border-radius: 0.2rem;
8078
transform: scale(0);
8179
background-color: var(--checkbox-bg, #026AA1);
8280
background-image: var(--checkbox-checkmark, none);

0 commit comments

Comments
 (0)