Skip to content

Commit 4c23838

Browse files
authored
issues: fix num items button (#92365)
Use transparent variant button so that this looks like before in ui2 https://github.com/user-attachments/assets/c707a822-0f05-460b-a0ef-dd4a1cd6db0c Fixes DE-15
1 parent 4c8c0a2 commit 4c23838

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/components/structuredEventData/collapsibleValue.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export function CollapsibleValue({
6363
{shouldShowToggleButton && !isExpanded ? (
6464
<NumItemsButton
6565
size="zero"
66+
priority="transparent"
6667
onClick={() => {
6768
expand();
6869
setIsExpanded(true);

0 commit comments

Comments
 (0)