Skip to content

Commit a5e67e5

Browse files
authored
Merge pull request #210 from rvsia/fixverticalAllignPF4Icons
Fix verticalAlign PF4 icons
2 parents 59f98e6 + b54a23c commit a5e67e5

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)