From 18e04fba567063a845329b07b2c2c4dd9fa638fc Mon Sep 17 00:00:00 2001 From: Siddhant Khare Date: Sun, 5 Nov 2023 23:34:43 +0530 Subject: [PATCH] Add dark mode support to InputWithCopy and (#19011) TextInputField components --- components/dashboard/src/components/InputWithCopy.tsx | 2 +- components/dashboard/src/components/forms/TextInputField.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dashboard/src/components/InputWithCopy.tsx b/components/dashboard/src/components/InputWithCopy.tsx index 914062f8b40725..e937e3069337c6 100644 --- a/components/dashboard/src/components/InputWithCopy.tsx +++ b/components/dashboard/src/components/InputWithCopy.tsx @@ -31,7 +31,7 @@ export const InputWithCopy: FC = ({ value, tip = "Click to copy", classNa return ( // max-w-lg is to mirror width of TextInput so Tooltip is positioned correctly
- +