fmt
This commit is contained in:
parent
c79119d27b
commit
64e61de5ec
|
@ -5,6 +5,7 @@
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatTitleInput {
|
.chatTitleInput {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
|
@ -17,7 +18,7 @@
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color: #80bdff;
|
border-color: #80bdff;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -92,13 +92,7 @@ const CreateModalContent = (props: Props) => {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class={styles.footer}>
|
<div class={styles.footer}>
|
||||||
<Button
|
<Button type="button" value={t('Cancel')} variant="danger" size="L" onClick={reset} />
|
||||||
type="button"
|
|
||||||
value={t('Cancel')}
|
|
||||||
variant="danger"
|
|
||||||
size="L"
|
|
||||||
onClick={reset}
|
|
||||||
/>
|
|
||||||
<Button
|
<Button
|
||||||
type="button"
|
type="button"
|
||||||
value={usersId().length > 1 ? t('New group') : t('Create Chat')}
|
value={usersId().length > 1 ? t('New group') : t('Create Chat')}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user