Skip to content

Commit

Permalink
Tweak arrow size (#805)
Browse files Browse the repository at this point in the history
They're too small to click otherwise
  • Loading branch information
jessepinho authored Mar 21, 2024
1 parent dd78a89 commit 7f339a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/components/ui/json-viewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ export const JsonViewer = ({ jsonObj }: { jsonObj: JsonObject | JsonValue[] }) =
otherValue: 'text-blue-600',
punctuation: 'text-gray-500 mr-1.5',
collapseIcon:
'text-teal-200 text-[10px] mr-1.5 select-none cursor-pointer after:content-["▼"]',
'text-teal-200 text-[16px] p-1 mr-1.5 select-none cursor-pointer after:content-["▼"]',
expandIcon:
'text-teal-200 text-[10px] mr-1.5 select-none cursor-pointer after:content-["▶"]',
'text-teal-200 text-[16px] p-1 mr-1.5 select-none cursor-pointer after:content-["▶"]',
collapsedContent: 'text-amber-600 mr-1.5 after:content-["..."] after:text-xs',
}}
/>
Expand Down

0 comments on commit 7f339a5

Please sign in to comment.