Chat Badge: Fix mini app button styles (#5896)

This commit is contained in:
Alexander Zinchuk 2025-05-14 19:02:05 +03:00
parent a1a1e4816b
commit 85d7624e14

View File

@ -33,9 +33,9 @@
height: 1.5rem; height: 1.5rem;
background: var(--color-gray); background: var(--color-gray);
border-radius: 0.75rem; border-radius: 0.75rem;
padding: 0 0.4375rem; padding: 0 0.4375rem !important;
color: white; color: white;
font-size: 0.875rem; font-size: 0.875rem !important;
line-height: 1.5625rem; line-height: 1.5625rem;
font-weight: var(--font-weight-medium); font-weight: var(--font-weight-medium);
text-align: center; text-align: center;
@ -111,7 +111,6 @@
} }
&.miniapp { &.miniapp {
padding: 0.25rem 1rem 0.375rem 1rem !important;
z-index: calc(var(--z-chat-ripple) + 1); z-index: calc(var(--z-chat-ripple) + 1);
} }
} }