From 7dfd9a39f44fcbc0e8fb1710bd345be8017729a4 Mon Sep 17 00:00:00 2001 From: Lin Date: Fri, 27 Nov 2020 00:29:24 +0900 Subject: [PATCH] [S03P31A503-247] refactoring/firebase : Refactor firebase warning --- frontend/public/index.html | 3 ++- .../components/meetingpage/multipanel/SnapShotPanel.vue | 5 ++++- frontend/src/main.js | 5 +++-- frontend/src/store/modules/meetingStore.js | 7 +++++-- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index d3483a5..8685d1d 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -14,7 +14,7 @@ - + @@ -24,6 +24,7 @@ * { font-family: 'Jua', sans-serif; } + .btn-yellow { color: black !important; background-color: #ECFF1E; diff --git a/frontend/src/components/meetingpage/multipanel/SnapShotPanel.vue b/frontend/src/components/meetingpage/multipanel/SnapShotPanel.vue index f0a2f7d..a616c8e 100644 --- a/frontend/src/components/meetingpage/multipanel/SnapShotPanel.vue +++ b/frontend/src/components/meetingpage/multipanel/SnapShotPanel.vue @@ -62,8 +62,11 @@