You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sakthivelgovindan
changed the title
Colors Theme - Flowbite Svelte
Colors Theme - Flowbite Svelte (Default colors not working
Aug 18, 2023
Sakthivelgovindan
changed the title
Colors Theme - Flowbite Svelte (Default colors not working
Colors Theme - Flowbite Svelte (Default colors not working)
Aug 18, 2023
Primary color in tailwind.config.cjs
const config = {
content: ['./src//*.{html,js,svelte,ts}', './node_modules/flowbite-svelte//*.{html,js,svelte,ts}'],
plugins: [require('flowbite/plugin')],
darkMode: 'class',
theme: {
extend: {
colors: {
// flowbite-svelte
primary: {
50: '#FFF5F2',
100: '#FFF1EE',
200: '#FFE4DE',
300: '#FFD5CC',
400: '#FFBCAD',
500: '#FE795D',
600: '#EF562F',
700: '#EB4F27',
800: '#CC4522',
900: '#A5371B'
}
}
}
}
};
module.exports = config;
Default colors not working
The text was updated successfully, but these errors were encountered: