Update UI element size and change directory exclusion rule

This commit modifies the size of sun and moon icons in the mode-toggle UI and simplifies the space usage of a flex container in the site header. Furthermore, it updates the path pattern for the directory exclusion rule in tailwind configuration to exclude node_module from all directories.
This commit is contained in:
giancarlo
2024-03-29 14:53:30 +08:00
parent 99db8f4ca4
commit a3a2f3f6a7
3 changed files with 5 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ export default {
content: [
'../../packages/**/*.tsx',
'../../apps/**/*.tsx',
'!./**/node_modules/**',
'!**/node_modules',
],
theme: {
container: {