Skip to content

Commit ea7878a

Browse files
authored
docs: correct condition names (#3436)
1 parent 4b659fc commit ea7878a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/docs/concepts/conditional-styles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Let's say you want to change the background color of a button when it's focused
6262

6363
Panda includes a set of common pseudo states that you can use to style your components:
6464

65-
- Pseudo Class: `_hover`, `_active`, `_focus`, `_focus-visible`, `_focus-within`, `_disabled`
65+
- Pseudo Class: `_hover`, `_active`, `_focus`, `_focusVisible`, `_focusWithin`, `_disabled`
6666
- Pseudo Element: `_before`, `_after`
6767
- Media Query: `sm`, `md`, `lg`, `xl`, `2xl`
6868
- Data Attribute Selector: `_horizontal`, `_vertical`, `_portrait`, `_landscape`

0 commit comments

Comments
 (0)