Skip to content

Commit

Permalink
docs(styles): update busy-indicator example [ci visual] (#4895)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev authored Oct 18, 2023
1 parent aad2e53 commit 0ebe99e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2 class="fd-title fd-title--h5" id="dialog-title-2">
</div>
</div>
</div>
<footer class="fd-dialog__footer fd-bar is-compact fd-bar--footer">
<footer class="fd-dialog__footer fd-bar fd-bar--footer">
<div class="fd-bar__right">
<div class="fd-bar__element">
<button class="fd-dialog__decisive-button fd-button fd-button--transparent">Cancel</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import '../../../src/message-toast.scss';
import '../../../src/dialog.scss';
import '../../../src/text.scss';
import '../../../src/bar.scss';
import '../../../src/button.scss';
import '../../../src/title.scss';
export default {
title: 'Components/Busy Indicator',
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/tests/__snapshots__/styles.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8681,7 +8681,7 @@ exports[`Check stories > Components/Busy Indicator > Story BusyDialog > Should m
</div>
</div>
</div>
<footer class=\\"fd-dialog__footer fd-bar is-compact fd-bar--footer\\">
<footer class=\\"fd-dialog__footer fd-bar fd-bar--footer\\">
<div class=\\"fd-bar__right\\">
<div class=\\"fd-bar__element\\">
<button class=\\"fd-dialog__decisive-button fd-button fd-button--transparent\\">Cancel</button>
Expand Down

0 comments on commit 0ebe99e

Please sign in to comment.