mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
simplify snake colors and fix border
This commit is contained in:
@@ -9,4 +9,4 @@ export const defaultBackgroundColor = '#fff'
|
|||||||
export const completeColor = '#00a572'
|
export const completeColor = '#00a572'
|
||||||
export const progressColor = '#ffa724'
|
export const progressColor = '#ffa724'
|
||||||
export const activeColor = '#000'
|
export const activeColor = '#000'
|
||||||
export const rangeColor = '#9a9aff'
|
export const rangeColor = '#ffa724'
|
||||||
|
|||||||
@@ -62,5 +62,5 @@ export const SnakeWrapper = styled.div`
|
|||||||
|
|
||||||
export const PercentagePiece = styled.div`
|
export const PercentagePiece = styled.div`
|
||||||
background: ${completeColor};
|
background: ${completeColor};
|
||||||
height: ${({ percentage }) => (percentage / 100) * 12}px;
|
height: ${({ percentage }) => (percentage)}%;
|
||||||
`
|
`
|
||||||
|
|||||||
Reference in New Issue
Block a user