From 8a42375534d8b4c5de8dada4a9b85ec44e500ff4 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 24 Jun 2023 15:31:52 -0700 Subject: [PATCH] Fix styles for perpetuity icon overlay --- components/character/CharacterUnit/index.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/character/CharacterUnit/index.module.scss b/components/character/CharacterUnit/index.module.scss index c968bc1c..0d014c75 100644 --- a/components/character/CharacterUnit/index.module.scss +++ b/components/character/CharacterUnit/index.module.scss @@ -98,7 +98,7 @@ } } - &:hover .Perpetuity.Empty { + &:hover .perpetuity.empty { opacity: 1; }