Skip to content

Commit

Permalink
Improve corner radius styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sghpjuikit committed Jan 11, 2025
1 parent d0d6dda commit 7f8e5b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/skins/rounded-edges.extension.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
}

* {
-fx-background-radius: 1em;
-fx-border-radius: 1em;
-fx-background-radius: 0.5em;
-fx-border-radius: 0.6em;
}

0 comments on commit 7f8e5b1

Please sign in to comment.