update scrollbar styling

This commit is contained in:
Aykut Saraç 2022-02-15 17:20:20 +03:00
parent e49b896c48
commit 1610a5201b

View File

@ -12,6 +12,17 @@ const GlobalStyle = createGlobalStyle`
font-size: 16px; font-size: 16px;
} }
::-webkit-scrollbar {
width: 8px;
background: ${({ theme }) => theme.BLACK_SECONDARY};
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
background-color: ${({ theme }) => theme.SILVER_DARK};
}
a { a {
text-decoration: none; text-decoration: none;
color: unset; color: unset;