forked from abner/for-legacy-web
Continue work on category buttons
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
.banner {
|
||||
position: relative;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 10px;
|
||||
gap: 24px;
|
||||
width: 100%;
|
||||
padding: 12px 10px;
|
||||
|
||||
Reference in New Issue
Block a user