Skip to content

Commit 864d0c3

Browse files
committed
Refactor PackTitleLink button properties for improved theme awareness
1 parent 191a594 commit 864d0c3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/views/manage-components-packs/view/components/pack-title-link.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ export const PackTitleLink: React.FC<PackTitleLinkProps> = ({
3636
{packName ?? ''}
3737
<Space align='baseline' style={{ marginLeft: '8px' }}>
3838
<Button
39-
type="text"
39+
color="default"
40+
variant="link"
4041
style={{ padding: '0px 12px' }}
4142
title={packUrl}
4243
aria-label='Open pack URL'

0 commit comments

Comments
 (0)