From d0ffedd11a3088c5351d5e9069221de2515de5f5 Mon Sep 17 00:00:00 2001 From: moliloo Date: Tue, 29 Jul 2025 01:18:06 -0300 Subject: [PATCH] fix deal damage button style --- styles/less/ui/chat/chat.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/less/ui/chat/chat.less b/styles/less/ui/chat/chat.less index c27f8b3c..5c448a8f 100644 --- a/styles/less/ui/chat/chat.less +++ b/styles/less/ui/chat/chat.less @@ -319,6 +319,9 @@ button { flex: 1; + height: 40px; + font-family: @font-body; + font-weight: 600; } }