mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
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:
parent
367c16fe43
commit
6c4b4204e3
@ -18,7 +18,7 @@ export const defaultDesignScheme: DesignScheme = {
|
||||
warning: '#f59e0b',
|
||||
error: '#ef4444',
|
||||
},
|
||||
features: ['rounded', 'shadow'],
|
||||
features: ['rounded'],
|
||||
font: ['sans-serif'],
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user