Change instance ticker bg opacity
This commit is contained in:
parent
1760424ec1
commit
0f3b95ea98
|
@ -27,7 +27,7 @@ const instance = props.instance ?? {
|
|||
const themeColor = instance.themeColor ?? '#777777';
|
||||
|
||||
const bg = {
|
||||
background: `linear-gradient(90deg, ${themeColor}, ${themeColor}99)`,
|
||||
background: `linear-gradient(90deg, ${themeColor}, ${themeColor}55)`,
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue