Skip to content

Commit

Permalink
Adding spacing between toggle texts in example
Browse files Browse the repository at this point in the history
  • Loading branch information
srmukher committed Dec 30, 2024
1 parent b4c1e60 commit 0b86fc7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export class HorizontalBarChartWithAxisBasicExample extends React.Component<
<Toggle label="Enable Gradient" onText="ON" offText="OFF" onChange={this._onToggleGradient} />
&nbsp;&nbsp;
<Toggle label="Rounded Corners" onText="ON" offText="OFF" onChange={this._onToggleRoundCorners} />
&nbsp;&nbsp;
<Toggle
label="Select multiple legends"
onText="ON"
Expand Down

0 comments on commit 0b86fc7

Please sign in to comment.