Remove iOS theme in favor of plain light/dark themes
This commit is contained in:
@@ -5,7 +5,7 @@ $(document).on('keyup', function(e) {
|
||||
});
|
||||
|
||||
const $body = $(document.body);
|
||||
$body.addClass(window.theme);
|
||||
$body.addClass(`${window.theme}-theme`);
|
||||
|
||||
const getInitialData = async () => ({
|
||||
deviceName: await window.getDeviceName(),
|
||||
|
Reference in New Issue
Block a user