Skip to content

Commit

Permalink
style tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
dmy147 committed Sep 13, 2023
1 parent fcaac61 commit 86367a7
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/ui/views/AddressManagement/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,16 @@
.search-input {
padding-left: 8px;
border: none;
font-size: 13px;
font-weight: 500;

&:placeholder-shown {
font-size: 12px;
font-weight: 400;
color: var(--r-neutral-foot);
.ant-input {
font-size: 13px;
font-weight: 500;

&:placeholder-shown {
font-size: 12px;
font-weight: 400;
color: var(--r-neutral-foot);
}
}
}
}

0 comments on commit 86367a7

Please sign in to comment.