diff --git a/apps/web/components/Form.module.scss b/apps/web/components/Form.module.scss index 79c5559..44e5e90 100644 --- a/apps/web/components/Form.module.scss +++ b/apps/web/components/Form.module.scss @@ -44,6 +44,13 @@ animation: colorTransition 1s cubic-bezier(0.16, 1, 0.3, 1) forwards; } +.button-telegram { + img { + margin: 0; + margin-right: 10px; + } +} + @keyframes colorTransition { 0% { background-color: var(--color-primary);