Skip to content

Commit b54a23c

Browse files
committed
Fix verticalAlign PF4 icons
1 parent fac3fc5 commit b54a23c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/pf4-component-mapper/src/icons/add-circle-o-icon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const AddCircleOIcon = props => (
88
viewBox="0 64 1024 1024"
99
aria-labelledby="icon-title-25"
1010
role="img"
11-
style={{ 'vertical-align': '-0.375em;' }}
11+
style={{ verticalAlign: '-0.375em' }}
1212
tabIndex="0"
1313
{ ...props }
1414
>

packages/pf4-component-mapper/src/icons/caret-down-icon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const CaretDownIcon = props => (
88
viewBox="0 0 320 512"
99
aria-labelledby="icon-title-219"
1010
role="img"
11-
style={{ 'vertical-align': '-0.375em;' }}
11+
style={{ verticalAlign: '-0.375em' }}
1212
tabIndex="0"
1313
{ ...props }
1414
>

packages/pf4-component-mapper/src/icons/check-icon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const CheckIcon = props => (
88
viewBox="0 0 512 512"
99
aria-labelledby="icon-title-260"
1010
role="img"
11-
style={{ 'vertical-align': '-0.375em;' }}
11+
style={{ verticalAlign: '-0.375em' }}
1212
tabIndex="0"
1313
{ ...props }
1414
>

packages/pf4-component-mapper/src/icons/circle-notch-icon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const CircleNotchIcon = props => (
88
viewBox="0 0 512 512"
99
aria-labelledby="icon-title-284"
1010
role="img"
11-
style={{ 'vertical-align': '-0.375em;' }}
11+
style={{ verticalAlign: '-0.375em' }}
1212
tabIndex="0"
1313
{ ...props }
1414
>

packages/pf4-component-mapper/src/icons/close-icon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const CloseIcon = props => (
88
viewBox="0 64 731 1024"
99
aria-labelledby="icon-title-293"
1010
role="img"
11-
style={{ 'vertical-align': '-0.375em;' }}
11+
style={{ verticalAlign: '-0.375em' }}
1212
tabIndex="0"
1313
{ ...props }
1414
>

packages/pf4-component-mapper/src/icons/times-circle-icon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const TimesCircleIcon = props => (
88
viewBox="0 0 512 512"
99
aria-labelledby="icon-title-1495"
1010
role="img"
11-
style={{ 'vertical-align': '-0.375em;' }}
11+
style={{ verticalAlign: '-0.375em' }}
1212
tabIndex="0"
1313
{ ...props }
1414
>

0 commit comments

Comments
 (0)