@@ -13,54 +13,59 @@ exports[`Calendar renders correctly with basic props 1`] = `
1313 class = " rbc-addons-dnd rbc-calendar"
1414 >
1515 <div
16- class = " rbc -toolbar"
16+ class = " calendar -toolbar"
1717 >
18- <span
19- class = " rbc- btn-group"
18+ <div
19+ class = " align-left btn-group"
2020 >
2121 <button
22- type = " button "
22+ class = " btn btn-default "
2323 >
24- Today
24+ <span
25+ class = " glyphicon glyphicon-backward"
26+ />
2527 </button >
2628 <button
27- type = " button "
29+ class = " btn btn-default "
2830 >
29- Back
31+ Today
3032 </button >
3133 <button
32- type = " button "
34+ class = " btn btn-default "
3335 >
34- Next
36+ <span
37+ class = " glyphicon glyphicon-forward"
38+ />
3539 </button >
36- </span >
37- <span
38- class = " rbc-toolbar-label "
40+ </div >
41+ <div
42+ class = " align-center btn-group "
3943 >
40- April 2025
41- </span >
42- <span
43- class = " rbc-btn-group"
44+ <span
45+ class = " calendar-label"
46+ >
47+ April 2025
48+ </span >
49+ </div >
50+ <div
51+ class = " align-right btn-group"
4452 >
4553 <button
46- class = " rbc-active"
47- type = " button"
54+ class = " btn btn-default"
4855 >
49- Month
56+ Day
5057 </button >
5158 <button
52- class = " "
53- type = " button"
59+ class = " btn btn-default"
5460 >
5561 Week
5662 </button >
5763 <button
58- class = " "
59- type = " button"
64+ class = " btn btn-default active"
6065 >
61- Day
66+ Month
6267 </button >
63- </span >
68+ </div >
6469 </div >
6570 <div
6671 aria-label = " Month View"
@@ -751,54 +756,59 @@ exports[`Calendar renders correctly with basic props 1`] = `
751756 class = " rbc-addons-dnd rbc-calendar"
752757 >
753758 <div
754- class = " rbc -toolbar"
759+ class = " calendar -toolbar"
755760 >
756- <span
757- class = " rbc- btn-group"
761+ <div
762+ class = " align-left btn-group"
758763 >
759764 <button
760- type = " button "
765+ class = " btn btn-default "
761766 >
762- Today
767+ <span
768+ class = " glyphicon glyphicon-backward"
769+ />
763770 </button >
764771 <button
765- type = " button "
772+ class = " btn btn-default "
766773 >
767- Back
774+ Today
768775 </button >
769776 <button
770- type = " button "
777+ class = " btn btn-default "
771778 >
772- Next
779+ <span
780+ class = " glyphicon glyphicon-forward"
781+ />
773782 </button >
774- </span >
775- <span
776- class = " rbc-toolbar-label "
783+ </div >
784+ <div
785+ class = " align-center btn-group "
777786 >
778- April 2025
779- </span >
780- <span
781- class = " rbc-btn-group"
787+ <span
788+ class = " calendar-label"
789+ >
790+ April 2025
791+ </span >
792+ </div >
793+ <div
794+ class = " align-right btn-group"
782795 >
783796 <button
784- class = " rbc-active"
785- type = " button"
797+ class = " btn btn-default"
786798 >
787- Month
799+ Day
788800 </button >
789801 <button
790- class = " "
791- type = " button"
802+ class = " btn btn-default"
792803 >
793804 Week
794805 </button >
795806 <button
796- class = " "
797- type = " button"
807+ class = " btn btn-default active"
798808 >
799- Day
809+ Month
800810 </button >
801- </span >
811+ </div >
802812 </div >
803813 <div
804814 aria-label = " Month View"
0 commit comments