We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977e57f commit bd3fd40Copy full SHA for bd3fd40
1 file changed
src/ui/JarDecompilerModal.tsx
@@ -10,7 +10,7 @@ import { minecraftJar } from "../logic/MinecraftApi";
10
const modalOpen = new BehaviorSubject(false);
11
12
export const JarDecompilerModalButton = () => (
13
- <Button data-testid="jar-decompiler" color="danger" variant="outlined" onClick={() => modalOpen.next(true)}>
+ <Button data-testid="jar-decompiler" variant="outlined" onClick={() => modalOpen.next(true)}>
14
<JavaOutlined />
15
</Button>
16
);
0 commit comments