mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
legible
This commit is contained in:
@@ -65,10 +65,10 @@ export default function HistoryModalBody({ pageId }: Props) {
|
||||
<Group gap="md">
|
||||
{diffCounts && (
|
||||
<Group gap="xs">
|
||||
<Badge variant="light" color="green" size="sm">
|
||||
<Badge variant="filled" color="green" size="sm">
|
||||
+{diffCounts.added}
|
||||
</Badge>
|
||||
<Badge variant="light" color="red" size="sm">
|
||||
<Badge variant="filled" color="red" size="sm">
|
||||
-{diffCounts.deleted}
|
||||
</Badge>
|
||||
</Group>
|
||||
|
||||
Reference in New Issue
Block a user