ironmansoftware / universal-dashboard

Build beautiful websites with PowerShell.
https://universaldashboard.io
GNU Lesser General Public License v3.0
449 stars 84 forks source link

New-UDTypography Style Switch disabled #1668

Open eefisherv opened 4 years ago

eefisherv commented 4 years ago

Please file issues on the PowerShell Universal issue tracker.

Style switch is not enabled in UD v1.3... looks like its commented out in the JSX.

render() { const { id, // classes, // style, align, gutterBottom, noWrap, // isParagraph, variant, refreshInterval, // isEndpoint, autoRefresh, } = this.props const { text } = this.state return ( <Typography id={id} className={classNames(‘ud-mu-typography’)} align={align} gutterBottom={gutterBottom} noWrap={noWrap} variant={variant} > {text} <ReactInterval timeout={refreshInterval * 1000} enabled={autoRefresh} callback={this.onLoadData} />

Discussion: https://forums.universaldashboard.io/t/new-udtypography-style-how-to-change-text-color/3200/2

adamdriscoll commented 4 years ago

This issue has been mentioned on Ironman Software Forums. There might be relevant details there:

https://forums.universaldashboard.io/t/new-udtypography-style-how-to-change-text-color/3200/5