This commit is contained in:
Antonio Scandurra 2023-10-05 15:30:47 +02:00
parent 92bda1231e
commit 2e056e9b0b
8 changed files with 366 additions and 11 deletions

View file

@ -168,7 +168,8 @@ impl CollabPanel {
.uri(avatar_uri)
.size_3p5()
.rounded_full()
.fill(theme.middle.positive.default.foreground),
.fill(theme.middle.positive.default.foreground)
.shadow_sm(),
)
.child(label),
)