File tree 1 file changed +8
-8
lines changed
packages/pluggableWidgets/calendar-web/src/__tests__/__snapshots__
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -513,7 +513,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
513
513
class = " rbc-day-bg"
514
514
/>
515
515
<div
516
- class = " rbc-day-bg rbc-today "
516
+ class = " rbc-day-bg"
517
517
/>
518
518
<div
519
519
class = " rbc-day-bg"
@@ -582,7 +582,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
582
582
</button >
583
583
</div >
584
584
<div
585
- class = " rbc-date-cell rbc-now rbc-current "
585
+ class = " rbc-date-cell"
586
586
role = " cell"
587
587
>
588
588
<button
@@ -620,7 +620,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
620
620
class = " rbc-day-bg"
621
621
/>
622
622
<div
623
- class = " rbc-day-bg"
623
+ class = " rbc-day-bg rbc-today "
624
624
/>
625
625
<div
626
626
class = " rbc-day-bg"
@@ -665,7 +665,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
665
665
</button >
666
666
</div >
667
667
<div
668
- class = " rbc-date-cell"
668
+ class = " rbc-date-cell rbc-now rbc-current "
669
669
role = " cell"
670
670
>
671
671
<button
@@ -1236,7 +1236,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
1236
1236
class = " rbc-day-bg"
1237
1237
/>
1238
1238
<div
1239
- class = " rbc-day-bg rbc-today "
1239
+ class = " rbc-day-bg"
1240
1240
/>
1241
1241
<div
1242
1242
class = " rbc-day-bg"
@@ -1305,7 +1305,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
1305
1305
</button >
1306
1306
</div >
1307
1307
<div
1308
- class = " rbc-date-cell rbc-now rbc-current "
1308
+ class = " rbc-date-cell"
1309
1309
role = " cell"
1310
1310
>
1311
1311
<button
@@ -1343,7 +1343,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
1343
1343
class = " rbc-day-bg"
1344
1344
/>
1345
1345
<div
1346
- class = " rbc-day-bg"
1346
+ class = " rbc-day-bg rbc-today "
1347
1347
/>
1348
1348
<div
1349
1349
class = " rbc-day-bg"
@@ -1388,7 +1388,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
1388
1388
</button >
1389
1389
</div >
1390
1390
<div
1391
- class = " rbc-date-cell"
1391
+ class = " rbc-date-cell rbc-now rbc-current "
1392
1392
role = " cell"
1393
1393
>
1394
1394
<button
You can’t perform that action at this time.
0 commit comments