We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d7153 commit c8e7a34Copy full SHA for c8e7a34
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## [0.23.1](https://github.com/huoshen80/ReinaManager/compare/v0.23.0...v0.23.0) (2026-06-20)
+## [0.23.1](https://github.com/huoshen80/ReinaManager/compare/v0.23.1...v0.23.0) (2026-06-20)
2
3
<details>
4
<summary>查看中文版本</summary>
src/providers/reinaTheme.ts
@@ -125,6 +125,13 @@ export const reinaTheme = createTheme({
125
MuiDialog: {
126
styleOverrides: {
127
paper: ({ theme }) => ({
128
+ outline: 0,
129
+ "&:focus": {
130
131
+ },
132
+ "&:focus-visible": {
133
134
135
borderRadius: 24,
136
backgroundImage: "none",
137
backgroundColor: "var(--mui-palette-background-paper)",
0 commit comments