Fix: remove text outside of text element
This commit is contained in:
@@ -70,7 +70,7 @@ export function ContentHider({
|
|||||||
style={
|
style={
|
||||||
gtMobile ? [a.py_lg, a.px_xl, a.gap_sm] : [a.py_md, a.px_lg, a.gap_sm]
|
gtMobile ? [a.py_lg, a.px_xl, a.gap_sm] : [a.py_md, a.px_lg, a.gap_sm]
|
||||||
}>
|
}>
|
||||||
<ButtonIcon icon={desc.icon} position="left" />{' '}
|
<ButtonIcon icon={desc.icon} position="left" />
|
||||||
<ButtonText style={[a.flex_1, a.text_left]}>{desc.name}</ButtonText>
|
<ButtonText style={[a.flex_1, a.text_left]}>{desc.name}</ButtonText>
|
||||||
{!modui.noOverride && (
|
{!modui.noOverride && (
|
||||||
<ButtonText>
|
<ButtonText>
|
||||||
|
|||||||
Reference in New Issue
Block a user