Feature/settings page #17

Closed
mattdimegs wants to merge 26 commits from feature/settings-page into main
Showing only changes of commit b0670cc3a3 - Show all commits

View file

@ -136,6 +136,7 @@ const InnerCardRowLabel = styled('label')`
width: 60%;
padding-right: 10px;
font-size: 14px;
align-items: center;
`;
const InnerCardRowInput = styled('input')`
@ -152,6 +153,7 @@ const InnerCardRadioInput = styled('input')`
const InnerCardRadioLabel = styled('label')`
font-size: 14px;
padding-left: 5px;
align-items: center;
`;
const InnerCardRowRadioDiv = styled('div')`