@symbo.ls/scratch
Advanced tools
Comparing version 0.7.23 to 0.7.24
@@ -5,3 +5,3 @@ { | ||
"author": "symbo.ls", | ||
"version": "0.7.23", | ||
"version": "0.7.24", | ||
"files": [ | ||
@@ -8,0 +8,0 @@ "src" |
@@ -142,3 +142,3 @@ 'use strict' | ||
export const setMediaTheme = (val, key, suffix, prefers) => { | ||
const theme = {} | ||
const theme = { value: val } | ||
@@ -145,0 +145,0 @@ if (isObject(val)) { |
43343