increase roundedness for text area

This commit is contained in:
woodser 2025-05-01 03:43:31 -04:00
parent 58d7034014
commit e67fd48ac4
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -520,8 +520,8 @@ tree-table-view:focused {
-jfx-unfocus-color: -bs-color-gray-line;
-fx-background-color: -bs-background-color;
-fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em;
-fx-background-radius: 8;
-fx-border-radius: 8;
-fx-background-radius: 10;
-fx-border-radius: 10;
}
.jfx-text-area:readonly {