Skip to content

Commit

Permalink
engaging yout
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuzJ committed Nov 12, 2023
1 parent ec529cc commit 811baf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dance-app/src/sections/recording.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ const RecordingPage = ({
onClick={recordingRef.current ? countDown : initCamera}
variant="outlined"
className={classes.recordButton}
sx={{ backgroundColor: "rgba(1, 191, 200, 0.1)" }}
sx={{ backgroundColor: "rgba(1, 191, 200, 0.4)" }}
>
<Typography variant="h2">
{recordingRef.current ? "Start" : "Get ready"}
{recordingRef.current ? "click to Start 🔥" : "get ready 💃"}
</Typography>
</Button>
)}
Expand Down

0 comments on commit 811baf3

Please sign in to comment.