diff --git a/packages/panda/src/theme/recipes/switch.ts b/packages/panda/src/theme/recipes/switch.ts index 9fab6b1d..a0658afe 100644 --- a/packages/panda/src/theme/recipes/switch.ts +++ b/packages/panda/src/theme/recipes/switch.ts @@ -25,6 +25,11 @@ export const switchRecipe = defineSlotRecipe({ _checked: { background: 'colorPalette.default', }, + _focusVisible: { + outline: '2px solid', + outlineColor: 'colorPalette.default', + outlineOffset: '2px', + }, }, label: { color: 'fg.default',