From 8ff0ca95931682371ba7c30a114035ba9871f34a Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Thu, 19 Nov 2020 18:38:59 -0500 Subject: [PATCH] Force theming on tooltips for calling --- ts/components/CallingButton.tsx | 8 ++++-- ts/components/CallingHeader.tsx | 10 +++++--- ts/components/CallingPip.tsx | 4 +-- ts/components/IncomingCallBar.tsx | 4 +-- ts/components/Tooltip.stories.tsx | 14 ++++++++++- ts/components/Tooltip.tsx | 41 ++++++++++++++++++++++--------- 6 files changed, 60 insertions(+), 21 deletions(-) diff --git a/ts/components/CallingButton.tsx b/ts/components/CallingButton.tsx index 56ef0a7ca..ccdf89eee 100644 --- a/ts/components/CallingButton.tsx +++ b/ts/components/CallingButton.tsx @@ -3,7 +3,7 @@ import React from 'react'; import classNames from 'classnames'; -import { Tooltip, TooltipPlacement } from './Tooltip'; +import { Tooltip, TooltipPlacement, TooltipTheme } from './Tooltip'; import { LocalizerType } from '../types/Util'; export enum CallingButtonType { @@ -60,7 +60,11 @@ export const CallingButton = ({ ); return ( - +