@secondstaxorg/sscomp 1.9.21 → 1.9.22

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.
package/dist/index.js CHANGED
@@ -32500,7 +32500,7 @@ const SwitcherContainer = styled.button`
32500
32500
  padding: 8px;
32501
32501
  border-radius: 8px;
32502
32502
  background: ${theme.colors["neutral-100"]};
32503
- width: fit-content;
32503
+ width: max-content;
32504
32504
  border: none;
32505
32505
  cursor: pointer;
32506
32506
  .selected-language{