updated small style changes
This commit is contained in:
@@ -246,6 +246,12 @@ export function ScreenTimeTicketBrowser({
|
|||||||
{error && error?.message ? (
|
{error && error?.message ? (
|
||||||
<ErrorDisplay errorMessage={error.message} />
|
<ErrorDisplay errorMessage={error.message} />
|
||||||
) : null}
|
) : null}
|
||||||
|
</Card.Content>
|
||||||
|
<Card.Actions
|
||||||
|
style={{
|
||||||
|
justifyContent: "center",
|
||||||
|
}}
|
||||||
|
>
|
||||||
<Button
|
<Button
|
||||||
mode="outlined"
|
mode="outlined"
|
||||||
style={styles.buttonBasicOutlined}
|
style={styles.buttonBasicOutlined}
|
||||||
@@ -254,7 +260,7 @@ export function ScreenTimeTicketBrowser({
|
|||||||
>
|
>
|
||||||
<Text>{t("timeticketbrowser.actions.clockin")}</Text>
|
<Text>{t("timeticketbrowser.actions.clockin")}</Text>
|
||||||
</Button>
|
</Button>
|
||||||
</Card.Content>
|
</Card.Actions>
|
||||||
</Card>
|
</Card>
|
||||||
}
|
}
|
||||||
refreshControl={
|
refreshControl={
|
||||||
|
|||||||
@@ -335,7 +335,7 @@
|
|||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
"loggedinemployee": "Logged in Employee",
|
"loggedinemployee": "Logged in Employee",
|
||||||
"clockintojob": "Clock Into Job"
|
"clockintojob": "Clock In"
|
||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"missingvalues": "Please make sure all fields have a value."
|
"missingvalues": "Please make sure all fields have a value."
|
||||||
|
|||||||
Reference in New Issue
Block a user