-
### Summary
There is a plan to migrate from `styled-components` to `emotion,` and this ticket focuses on `styled-components` usages for obs-ux-management related plugins and related information for…
-
**The problem**
In 5.1.0, styled-components introduced [transient props](https://styled-components.com/releases#v5.1.0). Props prefixed with a dollar sign (`$`) are "mark[ed] as transient and style…
-
# Park UI Roadmap to 1.0
Park UI is evolving to provide a more intuitive, flexible, and maintainable component system. These updates should make Park UI more adaptable and easier to work with, dire…
-
I'm not sure if this is a problem with flatpak or PrusaSlicer specifically but it doesn't get styled:
![image](https://github.com/user-attachments/assets/0fc9015f-8eb2-45bc-8188-c8d5bce43c15)
(M…
-
### Description
On the landing page, the first letters of the text that form the name "REMSFAL" should be styled in green to enhance visual emphasis. Please ensure that this styling applies to the fo…
-
Currently, `TableViewItem::to_column` returns a `String`. It would be convenient to be able to add some style to the string, or maybe even to be able to use an arbitrary view instead.
-
### Summary
According to the documentation ([one](https://mui.com/material-ui/migration/migrating-from-jss/#migrating-from-jss-to-emotion), [two](https://mui.com/material-ui/integrations/interopera…
-
I have below settings:
```js
module.exports = {
extends: ['stylelint-config-react-native-styled-components'],
customSyntax: 'postcss-styled-syntax',
defaultSeverity: 'warning',
rules…
-
When using a Name field in Gravity Forms, the Prefix/Title field is not styled correctly. The border, hover and select are missing.
-
**Describe the bug**
Here’s how the CircularProgress component is being loaded:
```python
import reflex as rx
class CircularProgress(rx.Component):
library = "@mui/material@6.1.8"
…