Skip to content

Commit fb8560d

Browse files
authored
fix: button styles (#88791)
Borderless used to have no effect in the old UI, but we treat it as a separate variant in Chonk as it will ultimately be removed or migrated to use the transparent variant. Thanks for reporting the issue @s1gr1d
1 parent 41f72a7 commit fb8560d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/app/components/organizations/hybridFilter.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ export function HybridFilter<Value extends SelectKey>({
262262
{t('Cancel')}
263263
</Button>
264264
<Button
265-
borderless
266265
size="xs"
267266
priority="primary"
268267
disabled={disableCommit}

0 commit comments

Comments
 (0)