Change instance ticker bg opacity

This commit is contained in:
Freeplay 2023-01-07 17:50:05 -05:00
parent 1760424ec1
commit 0f3b95ea98
1 changed files with 1 additions and 1 deletions

View File

@ -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>