1
0
mirror of git://jb55.com/damus synced 2024-09-19 11:43:44 +00:00

fix chat opacity on dark theme

Changelog-Fixed: Fix opacity for chat messages in dark theme
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2022-06-15 14:44:38 -07:00
parent 7437199ef6
commit 4da93b7630

View File

@ -126,7 +126,7 @@ struct ChatView: View {
.padding(6)
}
.padding([.leading], 2)
.background(colorScheme == .light ? Color.secondary.opacity(0.1) : Color.secondary.opacity(0.25))
.background(Color.secondary.opacity(0.1))
.cornerRadius(8.0)
//.border(Color.red)