updated styling and display jobslist above clockin

This commit is contained in:
jfrye122
2023-06-08 15:28:03 -04:00
parent 851d8bebe4
commit 9828ee3da0
9 changed files with 407 additions and 244 deletions

View File

@@ -85,7 +85,7 @@ const styles = StyleSheet.create({
height: 48,
borderColor: "gray",
borderWidth: 0.5,
borderRadius: 8,
borderRadius: 4,
paddingHorizontal: 8,
},
icon: {

View File

@@ -173,7 +173,8 @@ export default connect(null, null)(JobIdSearchSelect);
const styles = StyleSheet.create({
container: {
padding: 16,
marginVertical: 4,
marginHorizontal: 16,
justifyContent: "center",
alignContent: "center",
},
@@ -181,7 +182,7 @@ const styles = StyleSheet.create({
height: 50,
borderColor: "gray",
borderWidth: 0.5,
borderRadius: 8,
borderRadius: 4,
paddingHorizontal: 8,
},
icon: {