Continue work on category buttons

This commit is contained in:
nizune
2021-08-04 18:33:01 +02:00
parent 0aa18d22e9
commit 95a149407b
4 changed files with 62 additions and 14 deletions

View File

@@ -136,7 +136,7 @@ export const Account = observer(() => {
value
)
}
largeDescription
account
action="chevron"
onClick={() =>
openScreen({
@@ -144,9 +144,7 @@ export const Account = observer(() => {
field,
})
}>
<Overline type="subtle" noMargin>
<Text id={`login.${field}`} />
</Overline>
<Text id={`login.${field}`} />
</CategoryButton>
))}
</div>

View File

@@ -2,6 +2,7 @@
.banner {
position: relative;
margin-top: 5px;
margin-bottom: 10px;
gap: 24px;
width: 100%;
padding: 12px 10px;