Commit 0021b5b4 authored by wuyongsheng's avatar wuyongsheng

feat: 按钮样式修改

parent 6191c175
......@@ -54,7 +54,7 @@ const theme = createTheme({
"&.MuiButton-outlinedError": {
color: "rgba(255, 78, 78, 1)",
border: "1px solid rgba(255, 78, 78, 1)",
"&:hover": { backgroundColor: "transparent" },
"&:hover": { backgroundColor: "#FFEDED" },
},
"& .MuiLoadingButton-loadingIndicator": {
color: "#fff",
......@@ -101,6 +101,9 @@ const theme = createTheme({
border: "1px solid rgba(221, 225, 230, 1)",
},
},
// outlinedError: {
// "&:hover": { backgroundColor: "#FFEDED " },
// },
textSecondary: {
backgroundColor: "transparent",
color: "#FF4E4E",
......
.reactFlowBox>div:last-child {
display: none;
}
\ No newline at end of file
.reactFlowBox > div:last-child {
display: none;
}
.reactFlowBox > div:first-child {
margin-top: 32px;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment