Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanx committed Sep 21, 2024
1 parent 7aa1644 commit 9752873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/plan/QuarterUtilityButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function QuarterUtilityButton({
}: QuarterUtilityButtonProps) {
return (
<button
className="text-2xs flex items-center gap-0.5 rounded-md px-1 py-0.5 font-medium text-gray-400 hover:bg-gray-300/25 active:bg-gray-300/50 dark:text-gray-400 dark:hover:bg-gray-500/25 dark:active:bg-gray-500/50"
className="flex items-center gap-0.5 rounded-md px-1 py-0.5 text-2xs font-medium text-gray-400 hover:bg-gray-300/25 active:bg-gray-300/50 dark:text-gray-400 dark:hover:bg-gray-500/25 dark:active:bg-gray-500/50"
onClick={() => {
if (onClick) {
onClick();
Expand Down

0 comments on commit 9752873

Please sign in to comment.