style: fix shadow on some clerk components

This commit is contained in:
Stevan Freeborn
2023-09-09 20:10:35 -05:00
parent 9416bbaa05
commit 7ed844729b
5 changed files with 28 additions and 5 deletions
+5 -1
View File
@@ -7,7 +7,11 @@ const config: Config = {
'./src/app/**/*.{js,ts,jsx,tsx,mdx}',
],
theme: {
extend: {},
extend: {
colors: {
'primary-accent': '#3743e5',
},
},
},
plugins: [],
};