lint: make colorScheme camel case
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
9976c4eba5
commit
4b3c865959
1 changed files with 2 additions and 2 deletions
|
@ -1406,8 +1406,8 @@ export default React.createClass({
|
|||
|
||||
// Fire the tinter right on startup to ensure the default theme is applied
|
||||
// A later sync can/will correct the tint to be the right value for the user
|
||||
const color_scheme = SettingsStore.getValue("roomColor");
|
||||
Tinter.tint(color_scheme.primary_color, color_scheme.secondary_color);
|
||||
const colorScheme = SettingsStore.getValue("roomColor");
|
||||
Tinter.tint(colorScheme.primary_color, colorScheme.secondary_color);
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue