Skip to content

Commit

Permalink
fix: renterd alerts data text size
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Feb 29, 2024
1 parent dddc110 commit fe9b6c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/renterd/contexts/alerts/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const dataFields: Record<
contract ID
</Text>
<ValueMenu
size="12"
value={value}
menu={
<ContractContextMenuFromId
Expand Down Expand Up @@ -85,6 +86,7 @@ export const dataFields: Record<
host key
</Text>
<ValueMenu
size="12"
value={value}
menu={
<HostContextMenu
Expand Down

0 comments on commit fe9b6c1

Please sign in to comment.