Skip to content

Commit b9805f1

Browse files
committed
Change role to slider
1 parent 775b30a commit b9805f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PageLayout/PageLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ const VerticalDivider: React.FC<React.PropsWithChildren<DividerProps & Draggable
345345
bg: isDragging || isKeyboardDrag ? 'accent.fg' : 'neutral.muted',
346346
},
347347
}}
348-
role="separator"
348+
role="slider"
349349
aria-label="Draggable splitter"
350350
aria-valuemin={minWidth}
351351
aria-valuemax={maxWidth}

0 commit comments

Comments
 (0)