fix(ui): incorrect bg color for the page rename input

pull/10897/head
charlie 2024-01-18 21:53:22 +08:00
parent 851cf67a15
commit ed50a487b7
1 changed files with 2 additions and 4 deletions

View File

@ -247,11 +247,9 @@
}
.edit-input {
width: 100%;
border: none;
@apply w-full border-0 p-0 pr-1 bg-transparent outline-0;
box-shadow: none;
padding: 0;
padding-right: 4px;
&-wrapper {
@apply rounded;