aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-03-07 04:16:03 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-03-07 14:29:57 +0300
commit54244815ae2dfa661676d3dccc84a2d525e25032 (patch)
tree30dc0e0f3e44d3945e61b1f9550d0b9f8b72fc32 /src/components
parentFixes Return Home Button Centering (diff)
parentMerge pull request #174 from python-discord/dependabot/npm_and_yarn/workbox-w... (diff)
Merge branch 'main' into discord-oauth
Signed-off-by: Hassan Abouelela <[email protected]> # Conflicts: # package.json # yarn.lock
Diffstat (limited to 'src/components')
-rw-r--r--src/components/InputTypes/Radio.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/InputTypes/Radio.tsx b/src/components/InputTypes/Radio.tsx
index a857964..d95dcdd 100644
--- a/src/components/InputTypes/Radio.tsx
+++ b/src/components/InputTypes/Radio.tsx
@@ -14,7 +14,7 @@ interface RadioProps {
const styles = css`
div {
width: 0.7em;
- height: 0.75em;
+ height: 0.7em;
top: 0.18rem;
border-radius: 50%;