diff options
author | 2021-01-10 19:39:09 +0300 | |
---|---|---|
committer | 2021-01-10 19:39:09 +0300 | |
commit | 7b419e7cf576bd4286c699d7c2afd3b4d692ab91 (patch) | |
tree | 5ab5e64bc254611c4fbc3545d2c1ed3612b72ac1 /src/components | |
parent | Breaks Up CSS Into Components (diff) |
Fixes Subtle Alignment Issues
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/InputTypes/Checkbox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/InputTypes/Checkbox.tsx b/src/components/InputTypes/Checkbox.tsx index 07872d6..f63da31 100644 --- a/src/components/InputTypes/Checkbox.tsx +++ b/src/components/InputTypes/Checkbox.tsx @@ -13,7 +13,7 @@ const generalStyles = css` label { display: inline-block; position: relative; - top: 0.25em; + top: 0.3rem; width: 1em; height: 1em; |