Skip to content

Commit

Permalink
style: Pequenos ajustes RadioButton
Browse files Browse the repository at this point in the history
  • Loading branch information
klebsonmateus committed May 15, 2024
1 parent f8aef4c commit 24ae473
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/components/RadioButton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export default function RadioButton({
this.setValue(value);
this.setName(name);
this.setDisabled(disabled);
window.self = this;
const $radioButton = this.selected.get('radio-button');

$radioButton.addEventListener('change', (e) => {
Expand Down
3 changes: 1 addition & 2 deletions src/components/RadioButton/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
height: 1.6rem;

margin: 0.8rem;
border: 1.5px solid colors.$gray200;
border: 1px solid colors.$gray200;

border-radius: 50%;

Expand All @@ -50,7 +50,6 @@

&__dot {
font-family: fonts.$primaryFont;

font-size: fonts.$xs;
}
}

0 comments on commit 24ae473

Please sign in to comment.