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

[Clock] Fix wrong usage of prepareStyles #1921

Closed
wants to merge 1 commit into from
Closed

[Clock] Fix wrong usage of prepareStyles #1921

wants to merge 1 commit into from

Conversation

oliviertassinari
Copy link
Member

This is related to #1918, pointed out by @shaurya947.
I'm using mergeStyles here assuming we don't need RTL support for those two styles.

@@ -111,7 +111,7 @@ const Clock = React.createClass({
}

return (
<div style={this.prepareStyles(styles.root)}>
<div style={this.mergeStyles(styles.root)}>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is th style: root: {},

@oliviertassinari oliviertassinari deleted the clock-fix-rtl branch October 19, 2015 22:25
@zannager zannager added the docs Improvements or additions to the documentation label Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants