Theme and UI updates
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
Text,
|
||||
View,
|
||||
} from "react-native";
|
||||
import { ActivityIndicator, Card } from "react-native-paper";
|
||||
import { ActivityIndicator, Card, useTheme } from "react-native-paper";
|
||||
import DataLabelComponent from "../data-label/data-label";
|
||||
|
||||
export default function JobTombstone() {
|
||||
@@ -22,6 +22,9 @@ export default function JobTombstone() {
|
||||
skip: !jobId,
|
||||
});
|
||||
|
||||
const theme = useTheme();
|
||||
console.log("*** ~ JobTombstone ~ theme:", theme.colors);
|
||||
|
||||
const { t } = useTranslation();
|
||||
const onRefresh = async () => {
|
||||
return refetch();
|
||||
|
||||
Reference in New Issue
Block a user