Skip to content

Commit

Permalink
Change input border style
Browse files Browse the repository at this point in the history
  • Loading branch information
YanZhylavy committed Dec 16, 2024
1 parent a699e33 commit e372741
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
box-sizing: border-box;
padding-left: 4px;
font-size: 16px;
outline-color: var(--grey-border-color);
border: 1px solid var(--border-input__admin-panel);
border-radius: 2px;
}

.autoapprove-input:focus {
Expand Down

0 comments on commit e372741

Please sign in to comment.