chore: Correct font family
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
d1cadc85a6
commit
9a61975377
1 changed files with 9 additions and 4 deletions
|
@ -367,14 +367,16 @@ export const styles = StyleSheet.create({
|
||||||
minHeight: 80,
|
minHeight: 80,
|
||||||
textAlignVertical: "top",
|
textAlignVertical: "top",
|
||||||
borderColor: "#4CAF50",
|
borderColor: "#4CAF50",
|
||||||
borderWidth: 1
|
borderWidth: 1,
|
||||||
|
fontFamily: "Minecraft"
|
||||||
},
|
},
|
||||||
sectionTitle: {
|
sectionTitle: {
|
||||||
fontSize: 20,
|
fontSize: 20,
|
||||||
fontWeight: "bold",
|
fontWeight: "bold",
|
||||||
color: "#fff",
|
color: "#fff",
|
||||||
marginBottom: 10,
|
marginBottom: 10,
|
||||||
marginTop: 15
|
marginTop: 15,
|
||||||
|
fontFamily: "Minecraft"
|
||||||
},
|
},
|
||||||
buttonRow: {
|
buttonRow: {
|
||||||
flexDirection: "row",
|
flexDirection: "row",
|
||||||
|
@ -414,6 +416,7 @@ export const styles = StyleSheet.create({
|
||||||
},
|
},
|
||||||
previewBaseText: {
|
previewBaseText: {
|
||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
|
fontFamily: "Minecraft"
|
||||||
},
|
},
|
||||||
saveButton: {
|
saveButton: {
|
||||||
backgroundColor: "#4CAF50",
|
backgroundColor: "#4CAF50",
|
||||||
|
@ -425,7 +428,8 @@ export const styles = StyleSheet.create({
|
||||||
saveButtonText: {
|
saveButtonText: {
|
||||||
color: "#fff",
|
color: "#fff",
|
||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
fontWeight: "bold"
|
fontWeight: "bold",
|
||||||
|
fontFamily: "Minecraft"
|
||||||
},
|
},
|
||||||
noMotdsText: {
|
noMotdsText: {
|
||||||
color: "#ccc",
|
color: "#ccc",
|
||||||
|
@ -462,6 +466,7 @@ export const styles = StyleSheet.create({
|
||||||
},
|
},
|
||||||
deleteButtonText: {
|
deleteButtonText: {
|
||||||
color: "#fff",
|
color: "#fff",
|
||||||
fontWeight: "bold"
|
fontWeight: "bold",
|
||||||
|
fontFamily: "Minecraft"
|
||||||
}
|
}
|
||||||
});
|
});
|
Loading…
Add table
Reference in a new issue