feat: updated toolbar button style

This commit is contained in:
Xiaohan-Tian
2026-05-04 17:27:31 -07:00
parent c733c39814
commit bc7db712aa
3 changed files with 100 additions and 7 deletions
+1 -2
View File
@@ -994,8 +994,7 @@ const Toolbar: React.FC = () => {
)}
<button
title={isRecording ? "Stop Recording" : "Record"}
className={`tool-button ${isRecording ? 'active' : ''}`}
style={isRecording ? { color: 'red' } : undefined}
className={`tool-button record-button ${isRecording ? 'active' : ''}`}
onClick={handleRecordClick}
>
<FaCircle />