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