We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b3a20 commit 8d909d6Copy full SHA for 8d909d6
packages/core/src/Form/comps/label.tsx
@@ -16,7 +16,7 @@ const Label = ({ v }: { v: Partial<FormItemsProps> }) => {
16
17
const styles = StyleSheet.create({
18
label: {
19
- width: 110,
+ width: 'auto',
20
fontSize: 16,
21
color: '#434343',
22
fontWeight: '500',
packages/core/src/Form/styles.tsx
@@ -2,7 +2,7 @@ import { StyleSheet } from 'react-native';
2
3
4
warpper: {
5
- backgroundColor: '#fff',
+ backgroundColor: '#fff5',
6
},
7
form_items_container: {
8
flex: 1,
0 commit comments