mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-08 19:32:31 +01:00
Change rotate method to work in chrome
This commit is contained in:
@ -95,7 +95,7 @@ const Exclusive = (props: IExclusiveProps): React.ReactElement => {
|
||||
</Typography>
|
||||
}
|
||||
>
|
||||
<NewReleases sx={{ ml: 1, color: Settings.theme.money, rotate: "180deg" }} />
|
||||
<NewReleases sx={{ ml: 1, color: Settings.theme.money, transform: "rotate(180deg)" }} />
|
||||
</Tooltip>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user