From 5e9e6dc54d7900594258c8c96a2f4f4c13a335cb Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Sat, 30 Mar 2024 22:53:19 +0200 Subject: [PATCH] Filled chat message button --- src/frontend/src/style/applies.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/style/applies.css b/src/frontend/src/style/applies.css index 5104301e3..2cf6754b3 100644 --- a/src/frontend/src/style/applies.css +++ b/src/frontend/src/style/applies.css @@ -917,7 +917,7 @@ @apply mr-2 h-5 w-5 rotate-[44deg]; } .form-modal-play-icon { - @apply mx-1 h-5 w-5; + @apply mx-1 h-5 w-5 fill-inherit; } .form-modal-chat-position { @apply flex-max-width px-2 py-6 pl-4 pr-9;