mirror of https://github.com/vector-im/riot-web
lint: make colorScheme camel case
Signed-off-by: Aaron Raimist <aaron@raim.ist>pull/21833/head
parent
9976c4eba5
commit
4b3c865959
|
@ -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…
Reference in New Issue