lizaui 9.0.4 → 9.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -394,9 +394,7 @@ const CalendarStyle = styledComponents_browser_esm.dt.div`
394
394
  .react-calendar {
395
395
  ${({ showdoubleview, widthcalendar }) => {
396
396
  if (showdoubleview === "true") {
397
- return styledComponents_browser_esm.lt`
398
- width: auto;
399
- `;
397
+ return styledComponents_browser_esm.lt``;
400
398
  } else {
401
399
  return styledComponents_browser_esm.lt`
402
400
  width: ${`${widthcalendar}px`};