@matbea-ui/matbea-ui 0.2.0-dev.573256 → 0.2.0-dev.616419

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.
@@ -2220,6 +2220,10 @@ const LangCountrySelectContainer = styled.styled.div `
2220
2220
  min-width: 200px;
2221
2221
  width: fit-content;
2222
2222
  cursor: pointer;
2223
+
2224
+ &:hover {
2225
+ border-color: ${({ theme }) => theme.colors.primary.primaryBlue};
2226
+ }
2223
2227
  `;
2224
2228
  const LangCountrySelectDropdown = styled.styled.div `
2225
2229
  display: flex;