-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Can I request an example of changing theme colors?
I tried using tailwind.config.js - but did not work.
Here's what I used:
/** @type {import('tailwindcss').Config} */
const colors = require('tailwindcss/colors')
module.exports = {
theme: {
extend: {
colors: {
primary: {
50: '#f5f2f8',
100: '#cdc2dd',
200: '#a691c2',
300: '#57308b',
400: '#57308b',
500: '#2f0070',
600: '#26005b',
700: '#1d0045',
800: '#140030',
900: '#0b001b',
},
}
},
},
}
Metadata
Metadata
Assignees
Labels
No labels