Fix text wrapping in modal title

This commit is contained in:
2023-11-16 14:48:15 +01:00
parent d62fc8059e
commit adbf92d0f3
5 changed files with 14 additions and 11 deletions

View File

@@ -260,7 +260,7 @@ func (s styleSheet) String() string {
s.BodyBackground.CSS(),
s.BodyText.CSS(),
s.Separator.CSS(),
s.BodyColor.WithAlpha(0.6).CSS(), // shaded_background
s.BodyColor.WithAlpha(0.75).CSS(), // shaded_background
s.CardColor.CSS(),
s.Chart1.CSS(),
s.Chart2.CSS(),