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`] = `
16
16
class = " calendar-toolbar"
17
17
>
18
18
<div
19
- class = " align-left btn-group"
19
+ class = " btn-group"
20
20
>
21
21
<button
22
22
class = " btn btn-default"
@@ -44,7 +44,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
44
44
</button >
45
45
</div >
46
46
<div
47
- class = " align-center btn-group"
47
+ class = " btn-group"
48
48
>
49
49
<span
50
50
class = " calendar-label"
@@ -53,7 +53,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
53
53
</span >
54
54
</div >
55
55
<div
56
- class = " align-right btn-group"
56
+ class = " btn-group"
57
57
>
58
58
<button
59
59
class = " btn btn-default"
@@ -767,7 +767,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
767
767
class = " calendar-toolbar"
768
768
>
769
769
<div
770
- class = " align-left btn-group"
770
+ class = " btn-group"
771
771
>
772
772
<button
773
773
class = " btn btn-default"
@@ -795,7 +795,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
795
795
</button >
796
796
</div >
797
797
<div
798
- class = " align-center btn-group"
798
+ class = " btn-group"
799
799
>
800
800
<span
801
801
class = " calendar-label"
@@ -804,7 +804,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
804
804
</span >
805
805
</div >
806
806
<div
807
- class = " align-right btn-group"
807
+ class = " btn-group"
808
808
>
809
809
<button
810
810
class = " btn btn-default"
You can’t perform that action at this time.
0 commit comments