diff --git a/code/frontend/src/components/Checkbox.module.css b/code/frontend/src/components/Checkbox.module.css index 8fdd63b..839d097 100644 --- a/code/frontend/src/components/Checkbox.module.css +++ b/code/frontend/src/components/Checkbox.module.css @@ -1,5 +1,6 @@ .Checkbox { - height: 25px; - width: 25px; - vertical-align: bottom; -} + font-size: inherit; + width: 1em; + height: 1em; + border-radius: 0.25em; +} \ No newline at end of file diff --git a/code/frontend/src/components/Radio.module.css b/code/frontend/src/components/Radio.module.css index d94a261..85289d2 100644 --- a/code/frontend/src/components/Radio.module.css +++ b/code/frontend/src/components/Radio.module.css @@ -1,5 +1,6 @@ .Radio { - height: 25px; - width: 25px; - vertical-align: bottom; + font-size: inherit; + width: 1em; + height: 1em; + border-radius: 0.25em; }