fix(timer): replace TimerIcon with TomatoIcon in expanded view
This commit is contained in:
@@ -178,7 +178,7 @@ export default function PomodoroTimer({ isExpanded, onToggle, variant = 'header'
|
||||
{/* Header */}
|
||||
<div className="flex items-center justify-between mb-4">
|
||||
<div className="flex items-center gap-2">
|
||||
<TimerIcon className={getModeColor()} size={18} />
|
||||
<TomatoIcon className={getModeColor()} size={18} />
|
||||
<span className={`font-medium ${getModeColor()}`}>{getModeLabel()}</span>
|
||||
</div>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user