Skip to content

Commit

Permalink
Updated the prop used for controlling the border of the AppRail compo… (
Browse files Browse the repository at this point in the history
  • Loading branch information
salisshuaibu11 authored Apr 5, 2024
1 parent 2ef43cf commit 4d9f2c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// Props (rail)
/** Rail: Provide classes to set the background color. */
export let background: CssClasses = 'bg-surface-100-800-token';
/** Rail: Provide classes to set the background color. */
/** Rail: Provide classes to set the border color. */
export let border: CssClasses = '';
/** Rail: Provide classes to set the width. */
export let width: CssClasses = 'w-20';
Expand Down

0 comments on commit 4d9f2c4

Please sign in to comment.