TelegramPWA/src/components/modals/leaveGroup/LeaveGroupModal.module.scss
Alexander Zinchuk 6c3f009388 Channel Admin: Add leave channel modal (#6656)
Co-authored-by: Alexander Zinchuk <alx.zinchuk@gmail.com>
2026-02-22 23:49:24 +01:00

9 lines
130 B
SCSS

.dialog {
max-width: 22rem !important;
}
.passwordDescription {
margin-bottom: 1rem;
color: var(--color-text-secondary);
}