Skip to content

Commit

Permalink
fix(InputGroup): fix that the bg color of InputGroup.Addon is incon…
Browse files Browse the repository at this point in the history
…sistent with `Input` (#3595)
  • Loading branch information
simonguo committed Jan 31, 2024
1 parent aeae9df commit a6bb6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InputGroup/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

&.rs-input-group-inside {
width: 100%;
//border-radius: 0;
background-color: var(--rs-input-bg);

.rs-input {
display: block;
Expand Down

0 comments on commit a6bb6b0

Please sign in to comment.