Skip to content

Commit

Permalink
chore: ripple ui 다크모드 기본 배경색 흰색으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoribogo committed Oct 29, 2023
1 parent 00d4fd0 commit 0ac3c0b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,15 @@ export default {
theme: {
extend: {},
},
rippleui: {
themes: [
{
themeName: 'dark',
colors: {
backgroundPrimary: '#ffffff',
},
},
],
},
plugins: [rippleui],
}

0 comments on commit 0ac3c0b

Please sign in to comment.