added labor allocationtable

This commit is contained in:
jfrye122
2023-05-14 11:59:34 -04:00
parent 66fa8196af
commit 6d852453b0
8 changed files with 591 additions and 45 deletions

View File

@@ -77,12 +77,13 @@ export default connect(null, null)(CostCenterSelect);
const styles = StyleSheet.create({
container: {
padding: 16,
marginVertical: 4,
marginHorizontal: 16,
justifyContent: "center",
alignContent: "center",
},
dropdown: {
height: 50,
height: 48,
borderColor: "gray",
borderWidth: 0.5,
borderRadius: 8,