Upload improvements for imgproxy.
This commit is contained in:
@@ -5,7 +5,7 @@ import { Button, Card, Text } from "react-native-paper";
|
||||
export default function ErrorDisplay({ errorMessage, error, onDismiss }) {
|
||||
const { t } = useTranslation();
|
||||
return (
|
||||
<Card style={{ margin: 8, backgroundColor: "#ffdddd" }}>
|
||||
<Card mode="outlined" style={{ margin: 8, backgroundColor: "#ffdddd" }}>
|
||||
<Card.Title title={t("general.labels.error")} titleVariant="titleLarge" />
|
||||
<Card.Content>
|
||||
<Text>
|
||||
|
||||
Reference in New Issue
Block a user