mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-05-02 04:36:06 +02:00
Support textareas and cleanup API page
This commit is contained in:
@@ -112,5 +112,13 @@ module.exports = {
|
||||
900: 'hsl(125, 97%, 14%)',
|
||||
},
|
||||
},
|
||||
extend: {
|
||||
fontSize: {
|
||||
'2xs': '0.625rem',
|
||||
},
|
||||
borderColor: theme => ({
|
||||
default: theme('colors.neutral.400', 'cuurrentColor'),
|
||||
}),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user