Skip to content

Not an issue per say #2

@Barkha

Description

@Barkha

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions