Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to customize ink-bar. Especially the height #728

Closed
bigomega opened this issue Jun 1, 2015 · 1 comment
Closed

No way to customize ink-bar. Especially the height #728

bigomega opened this issue Jun 1, 2015 · 1 comment
Labels
customization: theme Centered around the theming features package: styles Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.

Comments

@bigomega
Copy link

bigomega commented Jun 1, 2015

  // ink-bar.js

    var styles = this.mergeAndPrefix({
      left: this.props.left,
      width: this.props.width,
      bottom: '0',
      display: 'block',
      backgroundColor: this.getTheme().accent1Color,
      height: '2px', // This is fixed and no way to override :(
      marginTop: '-2px',
      position: 'relative',
      transition: Transitions.easeOut('1s', 'left')
    });
    return React.createElement(
      'div',
      { style: styles },
      ' '
    );
@hai-cea
Copy link
Member

hai-cea commented Jun 19, 2015

Thanks @bigomega - dupe of #701

@hai-cea hai-cea closed this as completed Jun 19, 2015
@oliviertassinari oliviertassinari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 25, 2022
@zannager zannager added package: styles Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5. customization: theme Centered around the theming features and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customization: theme Centered around the theming features package: styles Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.
Projects
None yet
Development

No branches or pull requests

4 participants