mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Change rotate method to work in chrome
This commit is contained in:
parent
304151f910
commit
46613a07cb
@ -95,7 +95,7 @@ const Exclusive = (props: IExclusiveProps): React.ReactElement => {
|
|||||||
</Typography>
|
</Typography>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<NewReleases sx={{ ml: 1, color: Settings.theme.money, rotate: "180deg" }} />
|
<NewReleases sx={{ ml: 1, color: Settings.theme.money, transform: "rotate(180deg)" }} />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user