Set white for GalleryImage exit

This commit is contained in:
Damillora 2020-10-05 01:49:44 +07:00
parent ec605079b0
commit 599df53ad2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
</style>