From 31c7d12d172d5cc7e5e35279fbb30215612f5a64 Mon Sep 17 00:00:00 2001 From: yuwengchoong Date: Sat, 30 Nov 2024 05:31:37 +0000 Subject: [PATCH] implemented Prettier changes --- client/src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/main.ts b/client/src/main.ts index f1ba017..5b1df50 100644 --- a/client/src/main.ts +++ b/client/src/main.ts @@ -22,8 +22,8 @@ const colourTheme = { titles: '#D12974', accent: '#3FBEE0', containers: '#E9DAC4', - text: '#4F4F4F' - } + text: '#4F4F4F', + }, } const vuetify = createVuetify({