fix(timer): replace TimerIcon with TomatoIcon in expanded view

This commit is contained in:
2026-02-16 07:13:37 -06:00
parent b5c13dc36b
commit 362716e093

View File

@@ -178,7 +178,7 @@ export default function PomodoroTimer({ isExpanded, onToggle, variant = 'header'
{/* Header */} {/* Header */}
<div className="flex items-center justify-between mb-4"> <div className="flex items-center justify-between mb-4">
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<TimerIcon className={getModeColor()} size={18} /> <TomatoIcon className={getModeColor()} size={18} />
<span className={`font-medium ${getModeColor()}`}>{getModeLabel()}</span> <span className={`font-medium ${getModeColor()}`}>{getModeLabel()}</span>
</div> </div>
<button <button