@secondstaxorg/sscomp 1.7.23 → 1.7.24

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
@@ -25204,6 +25204,7 @@ const SelectorContainer = styled.button`
25204
25204
  transition: 0.3s;
25205
25205
  cursor: pointer;
25206
25206
  border: none;
25207
+ text-align: left;
25207
25208
  &:hover,&:focus-visible{
25208
25209
  outline-color: ${theme.colors["primary-500"]};
25209
25210
  background: ${theme.colors["primary-50"]};