Skip to content

Commit

Permalink
chore(examples): Remove deprecated function from chakra (#43784)
Browse files Browse the repository at this point in the history
Co-authored-by: Balázs Orbán <info@balazsorban.com>
  • Loading branch information
AnujSsStw and balazsorban44 committed Dec 7, 2022
1 parent f56e5c9 commit 8006dbc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/with-chakra-ui/src/theme.tsx
@@ -1,14 +1,13 @@
import { extendTheme } from '@chakra-ui/react'
import { createBreakpoints } from '@chakra-ui/theme-tools'

const fonts = { mono: `'Menlo', monospace` }

const breakpoints = createBreakpoints({
const breakpoints = {
sm: '40em',
md: '52em',
lg: '64em',
xl: '80em',
})
}

const theme = extendTheme({
semanticTokens: {
Expand Down

0 comments on commit 8006dbc

Please sign in to comment.