Skip to content
Snippets Groups Projects
Commit 46ef54d0 authored by Matt Kirby's avatar Matt Kirby
Browse files

Added custom colours

parent 5f7e1a30
No related branches found
No related tags found
1 merge request!8create "Basic components"
...@@ -9,7 +9,12 @@ module.exports = { ...@@ -9,7 +9,12 @@ module.exports = {
"./src/**/*.{js,ts,jsx,tsx}", "./src/**/*.{js,ts,jsx,tsx}",
], ],
theme: { theme: {
extend: {}, extend: {
colors: {
'c-green': '#7bfba5',
'c-pink': '#ea3381'
}
},
}, },
plugins: [], plugins: [],
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment