1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix default tooltip color (#11633)

This commit is contained in:
Daniel 2021-07-27 15:20:01 +02:00 committed by GitHub
parent f4d294714a
commit 709369dc14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ export default function InfoTooltip({
containerClassName, containerClassName,
wrapperClassName, wrapperClassName,
wide, wide,
iconFillColor = '', iconFillColor = '#b8b8b8',
}) { }) {
return ( return (
<div className="info-tooltip"> <div className="info-tooltip">

View File

@ -65,7 +65,7 @@ exports[`FeeCard renders the component with initial props 2`] = `
> >
<path <path
d="M5 0C2.2 0 0 2.2 0 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 2c.4 0 .7.3.7.7s-.3.7-.7.7-.7-.2-.7-.6.3-.8.7-.8zm.7 6H4.3V4.3h1.5V8z" d="M5 0C2.2 0 0 2.2 0 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 2c.4 0 .7.3.7.7s-.3.7-.7.7-.7-.2-.7-.6.3-.8.7-.8zm.7 6H4.3V4.3h1.5V8z"
fill="" fill="#b8b8b8"
/> />
</svg> </svg>
</div> </div>