We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775b30a commit b9805f1Copy full SHA for b9805f1
src/PageLayout/PageLayout.tsx
@@ -345,7 +345,7 @@ const VerticalDivider: React.FC<React.PropsWithChildren<DividerProps & Draggable
345
bg: isDragging || isKeyboardDrag ? 'accent.fg' : 'neutral.muted',
346
},
347
}}
348
- role="separator"
+ role="slider"
349
aria-label="Draggable splitter"
350
aria-valuemin={minWidth}
351
aria-valuemax={maxWidth}
0 commit comments