update pay function
This commit is contained in:
11
boilerplate-chakra-pro-main/theme/foundations/breakpoints.js
Normal file
11
boilerplate-chakra-pro-main/theme/foundations/breakpoints.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { createBreakpoints } from '@chakra-ui/theme-tools';
|
||||
|
||||
export const breakpoints = createBreakpoints({
|
||||
sm: '320px',
|
||||
'2sm': '380px',
|
||||
md: '768px',
|
||||
lg: '960px',
|
||||
xl: '1200px',
|
||||
'2xl': '1600px',
|
||||
'3xl': '1920px',
|
||||
});
|
||||
Reference in New Issue
Block a user