From 6abe014ac37c56fdc62f9282ff09edfa32a4208a Mon Sep 17 00:00:00 2001 From: Crawl Date: Sun, 23 Apr 2017 07:04:44 +0200 Subject: [PATCH] Change theme prop type --- src/util/Constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Constants.js b/src/util/Constants.js index d418b7ea1..1a15ade30 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -467,7 +467,7 @@ exports.UserSettingsMap = { /** * The theme of the client. Either `light` or `dark` * @name ClientUserSettings#theme - * @type {String} + * @type {string} */ theme: 'theme',