fix shadow and opacity
This commit is contained in:
parent
9af0042452
commit
29a0b4a593
3 changed files with 4 additions and 3 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue