From 45b5b2a376b85158ea974201ffed5800002d2f7b Mon Sep 17 00:00:00 2001 From: Nafees Nazik <84864519+G3root@users.noreply.github.com> Date: Mon, 17 Apr 2023 17:27:30 +0530 Subject: [PATCH] fix: giphy input dark color --- .../app-store/giphy/components/SearchDialog.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/packages/app-store/giphy/components/SearchDialog.tsx b/packages/app-store/giphy/components/SearchDialog.tsx index 9b53eba716..17d7e2fc3b 100644 --- a/packages/app-store/giphy/components/SearchDialog.tsx +++ b/packages/app-store/giphy/components/SearchDialog.tsx @@ -4,7 +4,7 @@ import { useState } from "react"; import classNames from "@calcom/lib/classNames"; import { useLocale } from "@calcom/lib/hooks/useLocale"; -import { Alert, Button, Dialog, DialogClose, DialogContent, DialogFooter } from "@calcom/ui"; +import { Alert, Button, Dialog, DialogClose, DialogContent, DialogFooter, Input } from "@calcom/ui"; interface ISearchDialog { isOpenDialog: boolean; @@ -87,15 +87,15 @@ export const SearchDialog = (props: ISearchDialog) => { const renderTab = (Icon: any, text: string, mode: Mode) => (
{t("find_gif_spice_confirmation")}
-