more fixes

This commit is contained in:
Henry Jameson 2020-01-12 15:04:05 +02:00
parent 4418baf62a
commit d52d181227
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
import ColorInput from '../color_input/color_input.vue'
import OpacityInput from '../opacity_input/opacity_input.vue'
import { getCssShadow } from '../../services/style_setter/style_setter.js'
import { hex2rgb } from '../../services/color_convert/color_convert.js'
import { hex2rgb, getCssShadow } from '../../services/color_convert/color_convert.js'
export default {
// 'Value' and 'Fallback' can be undefined, but if they are

View File

@ -48,7 +48,7 @@ export const SLOT_INHERITANCE = {
},
border: {
depends: 'fg',
depends: ['fg'],
color: (mod, fg) => brightness(2 * mod, fg).rgb
},