all buttons are rounded

This commit is contained in:
woodser 2025-04-30 16:53:51 -04:00
parent 8be3104c8c
commit fb5577ecc9
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -150,7 +150,8 @@
-fx-text-fill: -bs-rd-font-dark-gray;
-fx-font-size: 0.923em;
-fx-font-weight: normal;
-fx-background-radius: 2px;
-fx-background-radius: 999;
-fx-border-radius: 999;
-fx-pref-height: 32;
-fx-min-height: -fx-pref-height;
-fx-padding: 0 40 0 40;