Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colors Theme - Flowbite Svelte (Default colors not working) #27

Open
Sakthivelgovindan opened this issue Aug 18, 2023 · 0 comments
Open

Comments

@Sakthivelgovindan
Copy link

Sakthivelgovindan commented 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

@Sakthivelgovindan Sakthivelgovindan changed the title Colors - Flowbite Svelte Colors Theme - Flowbite Svelte Aug 18, 2023
@Sakthivelgovindan Sakthivelgovindan changed the title Colors Theme - Flowbite Svelte Colors Theme - Flowbite Svelte (Default colors not working Aug 18, 2023
@Sakthivelgovindan Sakthivelgovindan changed the title Colors Theme - Flowbite Svelte (Default colors not working Colors Theme - Flowbite Svelte (Default colors not working) Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant