fix: Show add/import/export buttons in mobile view (#9761)

This commit is contained in:
Sivin Varghese
2024-07-25 14:08:32 +05:30
committed by GitHub
parent e9d47d31c7
commit 239c61095a
2 changed files with 121 additions and 122 deletions

View File

@@ -20,6 +20,14 @@ module.exports = {
interDisplay: ['Inter Display', ...defaultTheme.fontFamily.sans],
},
},
screens: {
xs: '480px',
sm: '640px',
md: '768px',
lg: '1024px',
xl: '1280px',
'2xl': '1536px',
},
fontSize: {
...defaultTheme.fontSize,
xxs: '0.625rem',