diff --git a/site/src/theme/theme.ts b/site/src/theme/theme.ts index 69cfc42cc4..b529a3651a 100644 --- a/site/src/theme/theme.ts +++ b/site/src/theme/theme.ts @@ -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,