mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
Change instance ticker bg opacity
This commit is contained in:
parent
c9c7a0f162
commit
a0b0faa054
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue