mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
tweaked placeholder
This commit is contained in:
@@ -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
Reference in New Issue
Block a user