diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 2390cad842c..65ae3f7b7db 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -9714,13 +9714,7 @@ button.module-image__border-overlay:focus { .module-calling-device-selection__close-button { @include button-reset; - @include light-theme { - @include color-svg('../images/x-shadow-16.svg', $color-gray-75); - } - - @include dark-theme { - @include color-svg('../images/x-shadow-16.svg', $color-white); - } + @include color-svg('../images/x-shadow-16.svg', $color-white); height: 16px; position: absolute; diff --git a/ts/components/CallingButton.tsx b/ts/components/CallingButton.tsx index ccdf89eee39..80972b4b9f4 100644 --- a/ts/components/CallingButton.tsx +++ b/ts/components/CallingButton.tsx @@ -3,7 +3,8 @@ import React from 'react'; import classNames from 'classnames'; -import { Tooltip, TooltipPlacement, TooltipTheme } from './Tooltip'; +import { Tooltip, TooltipPlacement } from './Tooltip'; +import { Theme } from '../util/theme'; import { LocalizerType } from '../types/Util'; export enum CallingButtonType { @@ -63,7 +64,7 @@ export const CallingButton = ({