Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 161 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 161 Bytes

Tailwind colors for chakra ui

import the colors into your theme

import {tailwindColors}  from "./";
createTheme({
  colors: tailwindColors
})