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 */}
|
{/* 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
|
||||||
|
|||||||
Reference in New Issue
Block a user