refactor: remove 'shadow' from default features

The 'shadow' feature was removed from the default design scheme as it's not commonly used and simplifies the default configuration
This commit is contained in:
KevIsDev 2025-05-29 11:44:42 +01:00
parent 367c16fe43
commit 6c4b4204e3

View File

@ -18,7 +18,7 @@ export const defaultDesignScheme: DesignScheme = {
warning: '#f59e0b',
error: '#ef4444',
},
features: ['rounded', 'shadow'],
features: ['rounded'],
font: ['sans-serif'],
};