tweaked placeholder

This commit is contained in:
Will McGugan
2022-12-10 18:00:43 +00:00
parent c76d616521
commit f51234498a
2 changed files with 70 additions and 70 deletions

View File

@@ -150,7 +150,7 @@ class Placeholder(Container):
classes=classes, classes=classes,
) )
self.styles.background = f"{next(Placeholder._COLORS)} 70%" self.styles.background = f"{next(Placeholder._COLORS)} 50%"
self.variant = self.validate_variant(variant) self.variant = self.validate_variant(variant)
# Set a cycle through the variants with the correct starting point. # Set a cycle through the variants with the correct starting point.

File diff suppressed because one or more lines are too long