forked from AkkomaGang/akkoma-fe
more fixes
This commit is contained in:
parent
4418baf62a
commit
d52d181227
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -48,7 +48,7 @@ export const SLOT_INHERITANCE = {
|
|||
},
|
||||
|
||||
border: {
|
||||
depends: 'fg',
|
||||
depends: ['fg'],
|
||||
color: (mod, fg) => brightness(2 * mod, fg).rgb
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue