Spanish translations
This commit is contained in:
parent
053b0fa6fb
commit
06b0b05a2a
22 changed files with 290 additions and 85 deletions
|
|
@ -364,6 +364,7 @@ const Event = (props) => {
|
|||
type="submit"
|
||||
isLoading={isLoginLoading}
|
||||
disabled={isLoginLoading || isLoading}
|
||||
buttonWidth={`${Math.max(t('event:form.button').length*11, 100)}px`}
|
||||
>{t('event:form.button')}</Button>
|
||||
</LoginForm>
|
||||
{error && <Error onClose={() => setError(null)}>{error}</Error>}
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ export const EventDate = styled.span`
|
|||
|
||||
export const LoginForm = styled.form`
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 100px;
|
||||
grid-template-columns: 1fr 1fr auto;
|
||||
align-items: flex-end;
|
||||
grid-gap: 18px;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue