-
#### Bug, feature request, or proposal:
Bug or missing docs
#### What is the expected behavior?
Tests shouldn't log warnings after following the Getting Started guide on a fresh cli generated ap…
-
**Icon Type**
- [ ] Folder
- [x] File
**File Names**
* .env
* .env.example
* .env.*
**Graphic ideas**
![dotenv](https://user-images.githubusercontent.com/3848/192355500-e3c3c275-4660…
-
### Version
^9.0.7
### Platforms
Android, iOS
### Device Model
emulator, iPhone 15 Pro Plus
### flutter info
```sh
[✓] Flutter (Channel stable, 3.24.4, on macOS 15.1.1 24B91 darwin-arm64, local…
-
### Steps to reproduce
Link to live example: (required)
https://codesandbox.io/p/sandbox/morning-brook-wjkmj4?file=%2Fsrc%2FDemo.tsx
Steps:
1. Try to use `components` from `useTheme` result
2. …
-
I'm working on a design system for a Flutter app. This design system supports Android and iOS only. Our component-housing of choice is Widgetbook. Widgetbook, along with many other ways of sharing des…
-
I ran into something so document it here until I fix the example.
With changes in the brightness attribute, it seems we can both use brightness in material theme and material dark theme and color s…
-
## Summary 💡
Our team is using Material UI / typescript / styled, and we'd like to write styles as `display: flex;`, not JS `display: "flex",`, so we've opted to use Material UI's `experimentalStyl…
-
I think the Material UI theming isn't working.
I have two theme-type files and I think it isn't using either of them. For example, the font is default system font.
It should be Roboto, or for te…
-
### Steps to reproduce
I'm trying to use Pigment CSS in a project that uses decorators and `TextDecoder`/`TextEncoder`.
However this doesn't work because WYW-in-JS uses Babel.
If I add the `@babe…
-
Hi,
Is it possible to extend an existing theme? I tried the following but the theme is not updated.
```
const theme = cheetahGrid.themes.MATERIAL_DESIGN;
theme.color = 'red';
theme.button.bg…