Skip to content

Commit bd3fd40

Browse files
committed
Jar decompile button doesnt need to be red.
1 parent 977e57f commit bd3fd40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/JarDecompilerModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { minecraftJar } from "../logic/MinecraftApi";
1010
const modalOpen = new BehaviorSubject(false);
1111

1212
export const JarDecompilerModalButton = () => (
13-
<Button data-testid="jar-decompiler" color="danger" variant="outlined" onClick={() => modalOpen.next(true)}>
13+
<Button data-testid="jar-decompiler" variant="outlined" onClick={() => modalOpen.next(true)}>
1414
<JavaOutlined />
1515
</Button>
1616
);

0 commit comments

Comments
 (0)