Feature/settings page #5

Merged
John4064 merged 23 commits from feature/settings-page into main 2025-06-11 03:09:49 +00:00
Showing only changes of commit 7d3dfb01cd - Show all commits

View file

@ -49,7 +49,9 @@ const SlidingIndicator = styled('div')`
const CardShell = styled('div')`
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px;
`;
@ -58,6 +60,7 @@ const Card = styled('div')`
width: 50%;
padding: 20px;
border-radius: 10px;
margin: 5px;
`;
const CardTitle = styled('p')`