Skip to content

Commit

Permalink
fix(ui): incorrect bg color for the page rename input
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 committed Jan 18, 2024
1 parent 851cf67 commit ed50a48
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/frontend/components/page.css
Expand Up @@ -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;
Expand Down

0 comments on commit ed50a48

Please sign in to comment.