Skip to content

Commit

Permalink
feat: Update notification button height in notification recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
@casey_baggz_omni committed Aug 23, 2024
1 parent 63844b3 commit d4c795c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/panda-preset/src/recipes/slots/notification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export const notification: Partial<SlotRecipeConfig> = defineSlotRecipe({
...button.base,
bgColor: 'transparent',
color: 'action.text.inverse',
height: '2.75rem',
pxi: '0',
_hover: {
bgColor: 'transparent',
Expand Down

0 comments on commit d4c795c

Please sign in to comment.