updated styling and display jobslist above clockin
This commit is contained in:
@@ -85,7 +85,7 @@ const styles = StyleSheet.create({
|
||||
height: 48,
|
||||
borderColor: "gray",
|
||||
borderWidth: 0.5,
|
||||
borderRadius: 8,
|
||||
borderRadius: 4,
|
||||
paddingHorizontal: 8,
|
||||
},
|
||||
icon: {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user