Skip to content

Commit

Permalink
Slightly adjust the color of the clear button of inputs to match the …
Browse files Browse the repository at this point in the history
…Comet CI (#2675)
  • Loading branch information
jamesricky authored Oct 29, 2024
1 parent a357ed1 commit fe89094
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/quiet-ligers-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@comet/admin": patch
---

Slightly adjust the color of the clear button of inputs to match the Comet CI
2 changes: 1 addition & 1 deletion packages/admin/admin/src/common/ClearInputAdornment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const Button = createComponentSlot(ButtonBase)<ClearInputAdornmentClassKey>({
padding-left: 10px;
padding-right: 10px;
height: 100%;
color: ${theme.palette.grey[200]};
color: ${theme.palette.grey[300]};
font-size: 12px;
`,
);
Expand Down

0 comments on commit fe89094

Please sign in to comment.