diff options
Diffstat (limited to 'src/components/Player/index.styled.ts')
| -rw-r--r-- | src/components/Player/index.styled.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Player/index.styled.ts b/src/components/Player/index.styled.ts index 4200fe1..9e775cf 100644 --- a/src/components/Player/index.styled.ts +++ b/src/components/Player/index.styled.ts @@ -29,7 +29,7 @@ export const Separator = styled.div` position: absolute; top: 0; - width: 0.8px; + width: 1px; height: 100%; background-color: ${({ theme }) => theme.border100}; |
