fix: apply reasonable defaults to all scrollbar thumbs

This commit is contained in:
Paul Makles
2021-12-30 15:33:13 +00:00
parent b2bbdad4bc
commit 445a988a23
3 changed files with 5 additions and 3 deletions

View File

@@ -39,8 +39,8 @@ const StatusBar = styled.div`
gap: 14px;
.button {
border: 1px solid white;
padding: 5px;
border: 1px solid white;
border-radius: var(--border-radius);
}
`;