diff --git a/src/components/atoms/Tooltip.module.css b/src/components/atoms/Tooltip.module.css index 57732f1d8..f32e2eec3 100644 --- a/src/components/atoms/Tooltip.module.css +++ b/src/components/atoms/Tooltip.module.css @@ -11,8 +11,8 @@ } .icon { - width: 15px; - height: 15px; + width: 1rem; + height: 1rem; cursor: help; display: inline-block; margin-bottom: -0.1rem; diff --git a/src/components/organisms/AssetActions/Pool/index.tsx b/src/components/organisms/AssetActions/Pool/index.tsx index bb6dab71d..a549d1601 100644 --- a/src/components/organisms/AssetActions/Pool/index.tsx +++ b/src/components/organisms/AssetActions/Pool/index.tsx @@ -8,6 +8,7 @@ import Loader from '../../../atoms/Loader' import Button from '../../../atoms/Button' import Add from './Add' import Remove from './Remove' +import Tooltip from '../../../atoms/Tooltip' interface Balance { ocean: string @@ -94,11 +95,15 @@ export default function Pool({ ddo }: { ddo: DDO }): ReactElement {