@matbea-ui/matbea-ui 0.2.0-dev.145135 → 0.2.0-dev.185572

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.
@@ -2173,6 +2173,7 @@ const AvatarStyled = styled.styled(Typography).attrs({
2173
2173
  width: 40px;
2174
2174
  height: 40px;
2175
2175
  border-radius: 50%;
2176
+ color: ${({ theme }) => theme.colors.primary.white};
2176
2177
  background-color: ${({ theme, $color }) => {
2177
2178
  if (!$color)
2178
2179
  return theme.colors.primary.hoverBlue;
@@ -2699,9 +2700,9 @@ const StyledProvider = ({ children }) => {
2699
2700
 
2700
2701
  const breakpoints = {
2701
2702
  mobile: { max: 576, scale: 0.7 },
2702
- tablet: { min: 577, max: 768, scale: 0.85 },
2703
- desktop: { min: 769, max: 1024, scale: 1 },
2704
- wide: { min: 1025, scale: 1.15 },
2703
+ tablet: { min: 576, max: 1024, scale: 0.85 },
2704
+ desktop: { min: 1024, max: 1920, scale: 1 },
2705
+ wide: { min: 1920, scale: 1.15 },
2705
2706
  };
2706
2707
  const GlobalStyles = styled.createGlobalStyle `
2707
2708
  :root {