Theme and UI updates

This commit is contained in:
Patrick Fic
2025-10-16 09:34:24 -07:00
parent 4c7ae9de79
commit 93a539bd6d
5 changed files with 79 additions and 70 deletions

View File

@@ -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();