From 599df53ad2c21e83ed64efb4f7e3e76699ab437c Mon Sep 17 00:00:00 2001 From: Damillora Date: Mon, 5 Oct 2020 01:49:44 +0700 Subject: [PATCH] Set white for GalleryImage exit --- components/GalleryImage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/GalleryImage.vue b/components/GalleryImage.vue index a640f37..4d8811c 100644 --- a/components/GalleryImage.vue +++ b/components/GalleryImage.vue @@ -51,6 +51,6 @@ export default { width: 400vw; } .gallery-popup-exit { - @apply fixed right-0 top-0 z-30 mx-8 my-4 text-2xl; + @apply fixed right-0 top-0 z-30 mx-8 my-4 text-2xl text-white; }