Skip to content

Commit 1402a26

Browse files
committed
Merge branch 'development'
2 parents ee8731b + 83df492 commit 1402a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ function updateUIOptions({
252252
function getSavedThemeProp(prop) {
253253
if (!prop) return null;
254254
const theme = JSON.parse(localStorage.getItem('theme'));
255-
if(!theme) return null;
255+
if(!theme) return 'bubbles';
256256
return theme[prop];
257257
}
258258

0 commit comments

Comments
 (0)