RichProgressBar is hard to read in light theme #10833
Answered
by
kaushikb11
tshu-w
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
As shown in the screenshot,RichProgressBar is hard to read in light theme. I don't have much time to report a bug, so I open a discussion temporary. |
Beta Was this translation helpful? Give feedback.
Answered by
kaushikb11
Nov 30, 2021
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @tshu-w fr reporting the issue! I will look into if it's possible to detect theme in interactive environments. Till then you could customize the trainer = Trainer(..., callbacks=RichProgressBar(theme=RichProgressBarTheme(description="black"))) Do check RichProgressTheme out to customize styles for various components. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tshu-w
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks @tshu-w fr reporting the issue! I will look into if it's possible to detect theme in interactive environments.
Till then you could customize the
description
color by customizingRichProgressTheme
Do check RichProgressTheme out to customize styles for various components.