Skip to content

Commit

Permalink
[CHORE][FE] boxShadow 추가 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
leedongyull committed Nov 11, 2024
1 parent 82fa75a commit 0f4a6e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
grayscale: {
white: '#FFFFFF',
50: 'rgba(60, 60, 67, 0.36)',
100: '#EDF2F7',
100: '#B7B7B7',
200: '#6D6D6D',
400: '#555555',
800: '#3E3E3E',
Expand Down Expand Up @@ -43,6 +43,10 @@ module.exports = {
'5xl': '3rem',
'6xl': '4rem',
},
boxShadow: {
float: '0 4px 20px rgba(0, 0, 0, 0.13)',
basic: 'inset 0 0 3px rgba(0, 0, 0, 0.11)',
},
}, // 필요한 커스터마이징을 여기서 설정 가능
},
plugins: [],
Expand Down

0 comments on commit 0f4a6e3

Please sign in to comment.