Skip to content

Commit

Permalink
fixes button ewcipe error
Browse files Browse the repository at this point in the history
  • Loading branch information
land-cap committed Jan 23, 2024
1 parent ebfc434 commit 7eb6696
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions src/pandaPresetGoodBook/recipes/buttonRecipe.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import { defineRecipe } from '@pandacss/dev'
import { center } from 'styled-system/patterns'

export const buttonRecipe = defineRecipe({
className: 'button',
base: center.raw({
base: {
display: 'inline-flex',
alignItems: 'center',
justifyContent: 'center',
px: '4',
fontWeight: 'bold',
transition: 'colors',
Expand All @@ -15,7 +17,7 @@ export const buttonRecipe = defineRecipe({
color: 'fg.moreFaded',
pointerEvents: 'none',
},
}),
},
variants: {
icon: {
true: {
Expand Down

1 comment on commit 7eb6696

@vercel
Copy link

@vercel vercel bot commented on 7eb6696 Jan 23, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

the-good-book – ./

the-good-book.vercel.app
the-good-book-dalandcap.vercel.app
the-good-book-git-master-dalandcap.vercel.app

Please sign in to comment.