diff options
Diffstat (limited to 'src/components/Player/index.tsx')
| -rw-r--r-- | src/components/Player/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Player/index.tsx b/src/components/Player/index.tsx index 9e3d819..e5d2d28 100644 --- a/src/components/Player/index.tsx +++ b/src/components/Player/index.tsx @@ -79,8 +79,8 @@ export function Player({ id, currentTry }: Props) { </Styled.TimeStamps> <IoPlay style={{ cursor: "pointer" }} - size={40} - color="#fff" + size={36} + color="var(--cl-green-6)" onClick={startPlayback} /> </> |
