Skip to content

Commit 4d9f2c4

Browse files
Updated the prop used for controlling the border of the AppRail compo… (#2592)
1 parent 2ef43cf commit 4d9f2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/skeleton/src/lib/components/AppRail/AppRail.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Props (rail)
1414
/** Rail: Provide classes to set the background color. */
1515
export let background: CssClasses = 'bg-surface-100-800-token';
16-
/** Rail: Provide classes to set the background color. */
16+
/** Rail: Provide classes to set the border color. */
1717
export let border: CssClasses = '';
1818
/** Rail: Provide classes to set the width. */
1919
export let width: CssClasses = 'w-20';

0 commit comments

Comments
 (0)