fix shadow and opacity

This commit is contained in:
Henry Jameson 2020-01-13 02:08:39 +02:00
parent 9af0042452
commit 29a0b4a593
3 changed files with 4 additions and 3 deletions

View file

@ -76,7 +76,7 @@ export const applyTheme = (input, commit) => {
commit('setOption', { name: 'colors', value: theme.colors })
}
const getCssShadow = (input, usesDropShadow) => {
export const getCssShadow = (input, usesDropShadow) => {
if (input.length === 0) {
return 'none'
}