Changes after major Svelte update.
This commit is contained in:
@@ -21,6 +21,13 @@ export default {
|
||||
colors: {
|
||||
// flowbite-svelte
|
||||
primary: { 50: '#FFF5F2', 100: '#FFF1EE', 200: '#FFE4DE', 300: '#FFD5CC', 400: '#FFBCAD', 500: '#FE795D', 600: '#EF562F', 700: '#EB4F27', 800: '#CC4522', 900: '#A5371B'},
|
||||
muted: {
|
||||
DEFAULT: '#f5f5f5', // Define the default muted color
|
||||
50: 'rgba(0, 0, 0, 0.02)',
|
||||
100: 'rgba(0, 0, 0, 0.05)',
|
||||
foreground: '#f5f5f5', // Define the foreground muted color
|
||||
background: '#f5f5f5', // Define the background muted color
|
||||
},
|
||||
},
|
||||
opacity: {
|
||||
97: '.97',
|
||||
|
||||
Reference in New Issue
Block a user