Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33309541
D4415.1768804981.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D4415.1768804981.diff
View Options
diff --git a/native/components/color-selector.react.js b/native/components/color-selector.react.js
--- a/native/components/color-selector.react.js
+++ b/native/components/color-selector.react.js
@@ -61,15 +61,13 @@
<Text style={styles.header}>Select thread color</Text>
<View style={styles.colorButtons}>{firstRow}</View>
<View style={styles.colorButtons}>{secondRow}</View>
- <View style={saveButtonStyle}>
- <TouchableOpacity
- style={styles.saveButton}
- onPress={onColorSplotchSaved}
- disabled={saveButtonDisabled}
- >
- <Text style={styles.saveButtonText}>Save</Text>
- </TouchableOpacity>
- </View>
+ <TouchableOpacity
+ style={saveButtonStyle}
+ onPress={onColorSplotchSaved}
+ disabled={saveButtonDisabled}
+ >
+ <Text style={styles.saveButtonText}>Save</Text>
+ </TouchableOpacity>
</View>
);
}
@@ -94,6 +92,7 @@
alignItems: 'center',
borderRadius: 5,
margin: 10,
+ padding: 10,
},
saveButtonText: {
color: 'white',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 6:43 AM (3 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5954944
Default Alt Text
D4415.1768804981.diff (1 KB)
Attached To
Mode
D4415: [native] Increase clickable region of `ColorSelector` Save button
Attached
Detach File
Event Timeline
Log In to Comment