small fixes to style
This commit is contained in:
@@ -245,6 +245,8 @@ export function TimeTicketCreate({
|
||||
{error ? (
|
||||
<ErrorDisplay errorMessage={error.message} />
|
||||
) : null}
|
||||
<View style={{ flexDirection: "row",justifyContent: "center", paddingTop:8 }}>
|
||||
|
||||
<Button
|
||||
mode="outlined"
|
||||
style={styles.buttonBasicOutlined}
|
||||
@@ -256,6 +258,7 @@ export function TimeTicketCreate({
|
||||
{t("createtimeticket.actions.createticket")}
|
||||
</Text>
|
||||
</Button>
|
||||
</View>
|
||||
</View>
|
||||
)}
|
||||
</Formik>
|
||||
|
||||
Reference in New Issue
Block a user