Describe the bug
After a user records audio, they have the option to hear it back and accept or re-record. When a user clicks the Play Button to hear it back, the audio recording plays and the time stamp for the recording updates (goes 00:00, 00:01, 00:02, and so on). When this time stamp updates, the Play Button shifts back and forth because the width of the Text component containing the time stamp updates. We can try adding some constant width to the Text component or some other CSS to prevent the Play Button from shifting.
Describe the bug After a user records audio, they have the option to hear it back and accept or re-record. When a user clicks the Play Button to hear it back, the audio recording plays and the time stamp for the recording updates (goes 00:00, 00:01, 00:02, and so on). When this time stamp updates, the Play Button shifts back and forth because the width of the
Text
component containing the time stamp updates. We can try adding some constant width to the Text component or some other CSS to prevent the Play Button from shifting.Shifted a little bit to the right
Shifted a little bit to the left