Skip to content

Commit

Permalink
subdued icon
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Mar 4, 2021
1 parent 8ae45d0 commit 754fe30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const ConfigForm: FC<ConfigFormProps> = memo(
</EuiTextColor>
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiIconTip type="iInCircle" content={osRestriction} />
<EuiIconTip type="iInCircle" color="subdued" content={osRestriction} />
</EuiFlexItem>
</EuiFlexGroup>
</EuiFlexItem>
Expand Down

0 comments on commit 754fe30

Please sign in to comment.