Skip to content

Commit

Permalink
fix: Supprime le scale des radio avec la taille de police
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintoo200 committed Sep 6, 2024
1 parent 8811c4e commit 9177f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/components/ui/Checkbox/Checkbox.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@use "@styles/utilities";
@use "@styles/components/form/variables";

$checkbox-width: 1em;
$checkbox-width: 1rem;
$checkbox-padding: .5rem;

%checkbox {
Expand Down
2 changes: 1 addition & 1 deletion src/client/components/ui/Radio/Radio.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@use "@styles/utilities";
@use "@styles/components/form/variables";

$radio-width: 1em;
$radio-width: 1rem;
$radio-padding: .5rem;

%radio {
Expand Down

0 comments on commit 9177f7e

Please sign in to comment.