Skip to content

Commit

Permalink
fix(label): adding set default label for neutral to "No changes"
Browse files Browse the repository at this point in the history
  • Loading branch information
KhizerRehan authored and owilliams320 committed Jul 18, 2023
1 parent dde0252 commit bf594ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/components/src/action-ribbon/action-ribbon.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
};

export const Neutral = ({
label = 'Neutral',
label = 'No changes',
color,
icon,
saveDisabled = false,
Expand Down

0 comments on commit bf594ae

Please sign in to comment.