File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/pluggableWidgets/calendar-web/src/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
1616 class = " calendar-toolbar"
1717 >
1818 <div
19- class = " align-left btn-group"
19+ class = " btn-group"
2020 >
2121 <button
2222 class = " btn btn-default"
@@ -44,7 +44,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
4444 </button >
4545 </div >
4646 <div
47- class = " align-center btn-group"
47+ class = " btn-group"
4848 >
4949 <span
5050 class = " calendar-label"
@@ -53,7 +53,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
5353 </span >
5454 </div >
5555 <div
56- class = " align-right btn-group"
56+ class = " btn-group"
5757 >
5858 <button
5959 class = " btn btn-default"
@@ -767,7 +767,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
767767 class = " calendar-toolbar"
768768 >
769769 <div
770- class = " align-left btn-group"
770+ class = " btn-group"
771771 >
772772 <button
773773 class = " btn btn-default"
@@ -795,7 +795,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
795795 </button >
796796 </div >
797797 <div
798- class = " align-center btn-group"
798+ class = " btn-group"
799799 >
800800 <span
801801 class = " calendar-label"
@@ -804,7 +804,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
804804 </span >
805805 </div >
806806 <div
807- class = " align-right btn-group"
807+ class = " btn-group"
808808 >
809809 <button
810810 class = " btn btn-default"
You can’t perform that action at this time.
0 commit comments