Page MenuHomePhorge

D4415.1768804981.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D4415.1768804981.diff

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

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)

Event Timeline