insightsengineering / insightsengineering/teal
[Question]: button styles
- Dominant language
- R
- Stars
- 263
- Forks
- 59
- Avg merge
- 5d 17h
- Merged PRs (30d)
- 5
Description
### What is your question?
There are plenty of buttons in a `teal` app. Some of them react to theme changes, while others maintain their style regardless of theme.
##### These buttons can be themed:
- reporter buttons; `button` elements created with `shiny::tags$button`
- buttons in the snapshot manager; `a` elements created with `actionLink`
##### These buttons cannot be themed:
- buttons in the `teal` navbar (the filter hamburger and wunder bar buttons); `button` elements created with `shiny::tags$button`
- buttons in the output from `teal.widgets`; `button` elements created with `shinyWidgets::dropdownButton` and `shiny::actionButton`
All of this causes something of a style inconsistency.
#### QUESTION
Is this deliberate? If not, are there plans to unify this? If so, in which direction?
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct.
### Contribution Guidelines
- [X] I agree to follow this project's Contribution Guidelines.
### Security Policy
- [X] I agree to follow this project's Security Policy.
Contributor guide
Assessment
This issue has not been assessed yet.