-
Hi! I know that the hint was improved. But for me it is not clear how to customize it correctly. I'm aware of #1258 So, it is now possible to change appearance via Especially, I want to know how to set the background for all hints globally. Is it already possible? Currently we are doing something like this: tui-hint {
--tui-primary: var(--tui-base-09) !important;
} I am willing to adapt the docs accordingly! Best regards, |
Beta Was this translation helpful? Give feedback.
Answered by
waterplea
Oct 3, 2022
Replies: 1 comment
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
waterplea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
TUI_HINT_OPTIONS
DI token to set defaultappearance
globally.