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