Skip to content

Commit 5ea929d

Browse files
committed
Code optimization
1 parent efe27c2 commit 5ea929d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/screens/profile/ProfileControlledInput.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const ProfileControlledInput = ({
2424
mb={isWeb ? 10 : 0}
2525
maxW={800}
2626
>
27-
<Text.SmBold flex={1} color="text.primary" style={s.labelMargin}>
27+
<Text.SmBold flex={1} color="text.primary" style={styles.labelMargin}>
2828
{label}
2929
</Text.SmBold>
3030
<Box flex={isWeb ? 2 : 0}>
@@ -45,6 +45,6 @@ export const ProfileControlledInput = ({
4545
)
4646
}
4747

48-
const s = StyleSheet.create({
48+
const styles = StyleSheet.create({
4949
labelMargin: { marginBottom: 10 },
5050
})

0 commit comments

Comments
 (0)