feat: add shared collection page

This commit is contained in:
Sonny
2024-06-02 18:35:10 +02:00
committed by Sonny
parent dc54a1197d
commit 8a4f895853
15 changed files with 93 additions and 18 deletions

View File

@@ -3,10 +3,11 @@ import styled from '@emotion/styled';
import { IoEarthOutline } from 'react-icons/io5';
const VisibilityStyle = styled.span(({ theme }) => ({
userSelect: 'none',
fontWeight: 300,
fontSize: '0.6em',
color: theme.colors.lightBlue,
border: `1px solid ${theme.colors.lightBlue}`,
color: theme.colors.primary,
border: `1px solid ${theme.colors.primary}`,
borderRadius: '50px',
padding: '0.15em 0.65em',
display: 'flex',