Skip to content

Commit

Permalink
Always apply dark border for popup
Browse files Browse the repository at this point in the history
  • Loading branch information
nahkd123 committed Oct 4, 2024
1 parent 16458c5 commit dc729b5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nahara-motion-ui/src/ui/popup/Popup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
display: flex;
background-color: #fff;
flex-direction: column;
border: 1px solid #d1d1d1;
&:hover {
border: 1px solid #1d1d1d;
}
border: 1px solid #1d1d1d;
.title {
padding: 10px;
Expand Down

0 comments on commit dc729b5

Please sign in to comment.