We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe27c2 commit 5ea929dCopy full SHA for 5ea929d
1 file changed
src/components/screens/profile/ProfileControlledInput.tsx
@@ -24,7 +24,7 @@ export const ProfileControlledInput = ({
24
mb={isWeb ? 10 : 0}
25
maxW={800}
26
>
27
- <Text.SmBold flex={1} color="text.primary" style={s.labelMargin}>
+ <Text.SmBold flex={1} color="text.primary" style={styles.labelMargin}>
28
{label}
29
</Text.SmBold>
30
<Box flex={isWeb ? 2 : 0}>
@@ -45,6 +45,6 @@ export const ProfileControlledInput = ({
45
)
46
}
47
48
-const s = StyleSheet.create({
+const styles = StyleSheet.create({
49
labelMargin: { marginBottom: 10 },
50
})
0 commit comments