Skip to content

Commit

Permalink
Remove red border from avatar-view
Browse files Browse the repository at this point in the history
The red border color styling in the avatar-view CSS class has been removed. This change was made to enhance the visual look of the avatar component, as the red border was deemed unnecessary.
  • Loading branch information
dlemmermann committed Jun 17, 2024
1 parent e2692e5 commit 4bb37e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gemsfx/src/main/resources/com/dlsc/gemsfx/avatar-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

.avatar-view .text-wrapper {
-fx-background-color: lightgrey;
-fx-border-color: red;
}

.avatar-view .text-wrapper .inner-text {
Expand Down

0 comments on commit 4bb37e3

Please sign in to comment.