🎨 style: add new font sizes

This commit is contained in:
Wahyu Kurniawan 2024-02-20 18:50:52 +07:00
parent e482f998a1
commit cc9c24cca1
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -12,6 +12,10 @@ export default withMT({
sans: ['Inter', 'sans-serif'],
},
extend: {
fontSize: {
'2xs': '0.625rem',
'3xs': '0.5rem',
},
colors: {
emerald: {
100: '#d1fae5',