From 0ac3c0be625530641898e8e001ec355a843b9d60 Mon Sep 17 00:00:00 2001 From: hyoribogo <97094709+hyoribogo@users.noreply.github.com> Date: Sun, 29 Oct 2023 17:41:31 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20ripple=20ui=20=EB=8B=A4=ED=81=AC?= =?UTF-8?q?=EB=AA=A8=EB=93=9C=20=EA=B8=B0=EB=B3=B8=20=EB=B0=B0=EA=B2=BD?= =?UTF-8?q?=EC=83=89=20=ED=9D=B0=EC=83=89=EC=9C=BC=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tailwind.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index 6c4f8ed3..2b7de14c 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,5 +6,15 @@ export default { theme: { extend: {}, }, + rippleui: { + themes: [ + { + themeName: 'dark', + colors: { + backgroundPrimary: '#ffffff', + }, + }, + ], + }, plugins: [rippleui], }