From fe89094040a87cbe74a9917a5efa663770a1b841 Mon Sep 17 00:00:00 2001 From: Ricky James Smith Date: Tue, 29 Oct 2024 11:06:08 +0100 Subject: [PATCH] Slightly adjust the color of the clear button of inputs to match the Comet CI (#2675) --- .changeset/quiet-ligers-glow.md | 5 +++++ packages/admin/admin/src/common/ClearInputAdornment.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/quiet-ligers-glow.md diff --git a/.changeset/quiet-ligers-glow.md b/.changeset/quiet-ligers-glow.md new file mode 100644 index 0000000000..02d4a6c480 --- /dev/null +++ b/.changeset/quiet-ligers-glow.md @@ -0,0 +1,5 @@ +--- +"@comet/admin": patch +--- + +Slightly adjust the color of the clear button of inputs to match the Comet CI diff --git a/packages/admin/admin/src/common/ClearInputAdornment.tsx b/packages/admin/admin/src/common/ClearInputAdornment.tsx index 3dcae97d93..7fec456322 100644 --- a/packages/admin/admin/src/common/ClearInputAdornment.tsx +++ b/packages/admin/admin/src/common/ClearInputAdornment.tsx @@ -90,7 +90,7 @@ const Button = createComponentSlot(ButtonBase)({ padding-left: 10px; padding-right: 10px; height: 100%; - color: ${theme.palette.grey[200]}; + color: ${theme.palette.grey[300]}; font-size: 12px; `, );