Skip to content

Commit

Permalink
Fix style of Radio
Browse files Browse the repository at this point in the history
  • Loading branch information
sabigara committed Jan 27, 2023
1 parent 15efbbd commit 69b4cdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/moody-cheetahs-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@camome/core": patch
---

Fix style of Radio so that it matches Checkbox.
4 changes: 1 addition & 3 deletions packages/core/src/components/Radio/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
.Block {
@extend %sizeDefaults;

#{labelVars.$fontWeight_name}: var(--cmm-font-weight-normal);

display: flex;
align-items: center;
gap: 0.5em;
Expand Down Expand Up @@ -102,7 +100,7 @@
#{locals.$size_name}: 1.25rem;

> label {
#{labelVars.$fontSize_name}: var(--cmm-font-size-md);
#{labelVars.$fontSize_name}: var(--cmm-font-size-sm);
}
}

Expand Down

1 comment on commit 69b4cdd

@vercel
Copy link

@vercel vercel bot commented on 69b4cdd Jan 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

camome-web-beta – ./

camome-web-beta.vercel.app
camome-web-beta-git-main-rubik.vercel.app
camome-web-beta-rubik.vercel.app

Please sign in to comment.