Skip to content

Commit

Permalink
feat: add in box shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ademsk1 committed Oct 25, 2023
1 parent e43b12c commit 25da442
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
/** @type {import('tailwindcss').Config} */
import colors from './src/colors'

module.exports = {
content: ['./src/**/*.tsx'],
theme: {
colors: colors,
extend: {
boxShadow: {
DEFAULT: '0px 1px 2px -1px',
md: '0px 2px 4px -2px',
lg: '0px 4px 6px 0px',
xl: '0 20px 25px -5px'
},
strokeWidth: {
3: '4px',
4: '6px'
Expand Down

0 comments on commit 25da442

Please sign in to comment.