From beb1f1c28adc9872b179a2169e4f8d34adf125c7 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 11 Feb 2024 09:50:32 +0530 Subject: minor refactoring to remove duplication with a constant --- src/components/ui/InfoBar.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/components/ui/InfoBar.tsx') diff --git a/src/components/ui/InfoBar.tsx b/src/components/ui/InfoBar.tsx index ae37546df..f3f1adbe7 100644 --- a/src/components/ui/InfoBar.tsx +++ b/src/components/ui/InfoBar.tsx @@ -8,6 +8,7 @@ import { noop } from 'lodash'; import Loader from './loader/index'; import Appear from './effects/Appear'; import Icon from './icon'; +import { DEFAULT_LOADER_COLOR } from '../../config'; const messages = defineMessages({ hide: { @@ -71,7 +72,11 @@ class InfoBar extends Component { className="contentWrapper" style={{ display: 'flex', gap: '8px' }} > - + {ctaLabel} -- cgit v1.2.3-54-g00ecf