mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): Fix focus state on buttons (#7526)
This commit is contained in:
@@ -126,6 +126,9 @@ dark = createTheme(dark, {
|
||||
height: BUTTON_MD_HEIGHT,
|
||||
padding: theme.spacing(1, 2),
|
||||
whiteSpace: "nowrap",
|
||||
":focus-visible": {
|
||||
outline: `2px solid ${theme.palette.primary.main}`,
|
||||
},
|
||||
}),
|
||||
sizeSmall: {
|
||||
borderRadius: 6,
|
||||
|
||||
Reference in New Issue
Block a user