Skip to content

Commit c8e7a34

Browse files
committed
fix(ui): suppress dialog focus outline
Update the 0.23.1 changelog compare link in the same pass.
1 parent 30d7153 commit c8e7a34

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [0.23.1](https://github.com/huoshen80/ReinaManager/compare/v0.23.0...v0.23.0) (2026-06-20)
1+
## [0.23.1](https://github.com/huoshen80/ReinaManager/compare/v0.23.1...v0.23.0) (2026-06-20)
22

33
<details>
44
<summary>查看中文版本</summary>

src/providers/reinaTheme.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ export const reinaTheme = createTheme({
125125
MuiDialog: {
126126
styleOverrides: {
127127
paper: ({ theme }) => ({
128+
outline: 0,
129+
"&:focus": {
130+
outline: 0,
131+
},
132+
"&:focus-visible": {
133+
outline: 0,
134+
},
128135
borderRadius: 24,
129136
backgroundImage: "none",
130137
backgroundColor: "var(--mui-palette-background-paper)",

0 commit comments

Comments
 (0)