From 508e4f7165720fc141e4b3dc50b03da456134144 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 19 Aug 2020 22:12:28 +0200 Subject: [PATCH] place some tooltips --- src/components/atoms/Tooltip.module.css | 4 ++-- src/components/organisms/AssetActions/Pool/index.tsx | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) 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 {
={' '} +
-

Your Pool Share

+

+ Your Pool Share{' '} + +