Aarón García Hervás

Results 27 issues of Aarón García Hervás

Dark theme example doesn't look any different when docs are in dark mode ![image](https://user-images.githubusercontent.com/7225802/92024574-a4741080-ed5e-11ea-874e-e2dc51da840d.png)

### Subject of the issue Cards templates use theme-ui but it's not described anywhere: nor the app, nor the docs. I assume most of the users won't be familiar with...

enhancement

The `:hover` pseudo-class seems to be missing at the end of the `.select-css:disabled:hover, .select-css[aria-disabled=true]` selector.

### Steps to reproduce Link to live example: https://codesandbox.io/p/sandbox/responsive-value-in-sx-prop-wjy9r9 Inspect the texts of the demo to see how each one of them has some style applied under a `@media (min-width:...

package: system
status: waiting for maintainer

Right now, the entry point of the app is the _src/index.njk_ file. That means that only files referenced in the _src/index.njk_. For example, the _src/about.njk_ is not being processed because...

enhancement

Hi @jxnblk! Awesome project 😁. I was wondering if there is a chance that the buttons can have a different font-size. Thanks!

Wording tweaks in the "Migrating from deprecated APIs" [page](https://next.mui.com/material-ui/migration/migrating-from-deprecated-apis/).

docs
package: material-ui

Part of: https://github.com/mui/material-ui/issues/41279 Deprecate ListItem's `components` and `componentsProps` props in favor of `slots` and `slotProps` respectively. Includes the corresponding codemod and documentation updates.

PR: out-of-date
component: list
deprecation
package: material-ui

We intended to deprecate `ListItemSecondaryAction` in v5 in favor of the `secondaryAction` prop in `ListItem`, but we forgot to do it officially so we can't remove it in v6. This...

docs
component: list
deprecation
package: material-ui