mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 05:56:10 +05:00
few colors changed
This commit is contained in:
@@ -9,12 +9,12 @@ export default styled.div`
|
||||
|
||||
${isButton &&
|
||||
css`
|
||||
background: #93d7b4;
|
||||
background: #88cdaa;
|
||||
transition: 0.2s;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
:hover {
|
||||
background: #71cc9d;
|
||||
background: #74c39c;
|
||||
}
|
||||
`}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user