You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.
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 (
{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
The text was updated successfully, but these errors were encountered: