fix(settings): started settings cleanup

This commit is contained in:
trashtemp
2021-12-24 17:39:25 +01:00
parent 6e5bb02774
commit 4f65c63b42
8 changed files with 35 additions and 132 deletions

View File

@@ -21,7 +21,7 @@ export default styled.button<Props>`
align-items: center;
justify-content: center;
padding: 2px 16px;
font-size: 0.875rem;
font-size: 0.8125rem;
font-family: inherit;
font-weight: 500;
flex-shrink: 0;

View File

@@ -32,8 +32,10 @@ const Unread = styled.div`
color: var(--accent-contrast);
font-size: 7px;
padding: 2px 6px;
font-size: 10px;
border-radius: 60px;
font-weight: 600;
margin-top: -1px;
`;
interface Props {