Skip to content

Commit 264a3da

Browse files
zeroedinbennypowers
authored andcommitted
fix(clipboard-copy): use css prop for icon size
1 parent 7f66dd2 commit 264a3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/pf-clipboard-copy/pf-clipboard-copy.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pf-tooltip::part(invoker) {
2020
}
2121

2222
:host {
23-
--pf-icon--size: 16px !important;
23+
--pf-icon--size: var(--pf-global--FontSize--md, 1rem);
2424
}
2525

2626
#input-group > * + * {

0 commit comments

Comments
 (0)