From 35a1864ed9122334219fe1339125ac48ea0d1ddf Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 20 Oct 2025 12:56:05 +0200 Subject: [PATCH] chore(edge-toolbar): cleanup --- packages/system/src/types/edges.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/system/src/types/edges.ts b/packages/system/src/types/edges.ts index cfd82c67..20e43eda 100644 --- a/packages/system/src/types/edges.ts +++ b/packages/system/src/types/edges.ts @@ -148,13 +148,13 @@ export type EdgeToolbarBaseProps = { */ isVisible?: boolean; /** - * Align the toolbar x relative to the edge. + * Align the vertical toolbar position relative to the passed x position. * @default "center" * @example 'left', 'center', 'right' */ alignX?: 'left' | 'center' | 'right'; /** - * Align the toolbar x relative to the edge. + * Align the horizontal toolbar position relative to the passed y position. * @default "center" * @example 'top', 'center', 'bottom' */