Upload improvements for imgproxy.
This commit is contained in:
@@ -119,7 +119,7 @@ export default function JobNotes() {
|
||||
|
||||
const NoteListItem = memo(function NoteListItem({ item }) {
|
||||
return (
|
||||
<Card style={{ margin: 8 }}>
|
||||
<Card mode="outlined" style={{ margin: 8 }}>
|
||||
<Card.Content>
|
||||
<View style={{ display: "flex", flex: 1 }}>
|
||||
<Text>{item.text}</Text>
|
||||
|
||||
Reference in New Issue
Block a user