Skip to content

fix: Resize play button icon for better visibility#156

Merged
BenGWeeks merged 3 commits intomainfrom
fix/155-resize-play-button-icon
Mar 4, 2026
Merged

fix: Resize play button icon for better visibility#156
BenGWeeks merged 3 commits intomainfrom
fix/155-resize-play-button-icon

Conversation

@EdiWeeks
Copy link
Contributor

@EdiWeeks EdiWeeks commented Mar 3, 2026

Summary

  • Removed padding conflict (px-6 from size="lg") that was squishing the play icon inside the circular button
  • Adjusted icon size to h-5 w-5 for proper proportions within the h-14 w-14 button
  • Added translate-x-0.5 to optically center the triangle play icon
image

Closes #155

Test plan

  • Verify the play button icon appears properly sized and centered on the timesheet page
  • Confirm the button glow animation still works correctly

🤖 Generated with Claude Code

Remove padding conflict from size="lg" and optically center the play
icon so it appears properly balanced within the circular button.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the timer “Start” (play) button styling on the timesheet/timer UI to make the play icon appear properly sized and visually centered within the circular button, addressing Issue #155.

Changes:

  • Removes the padding conflict on the large button by forcing zero padding (!p-0) while keeping the larger circular dimensions.
  • Adjusts the Play icon sizing and applies a slight horizontal translate for optical centering.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Addresses Copilot review feedback — matches the pattern used by other
icon-only buttons in the codebase (e.g., the Stop button).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@EdiWeeks
Copy link
Contributor Author

EdiWeeks commented Mar 3, 2026

Tested, Copilot comment addressed, please check and merge @BenGWeeks

@BenGWeeks BenGWeeks merged commit 9b727bd into main Mar 4, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Resize icon in play button

3 participants