Squirclesssss 🟦🔵 (#22535)

This commit is contained in:
Thomas des Francs
2026-07-04 07:07:29 +02:00
committed by GitHub
parent badaae17cd
commit e609320666
130 changed files with 517 additions and 149 deletions
@@ -74,6 +74,7 @@ const StyledLinkButton = styled.button`
const StyledDot = styled.div`
background: ${themeCssVariables.font.color.light};
border-radius: 50%;
corner-shape: round;
height: 2px;
width: 2px;
`;
@@ -11,8 +11,9 @@ const StyledPillContainer = styled.span`
> span {
background: ${themeCssVariables.accent.accent3};
border: 1px solid ${themeCssVariables.accent.accent5};
border-radius: ${themeCssVariables.border.radius.md};
border-radius: ${themeCssVariables.border.radius.pill};
color: ${themeCssVariables.accent.accent9};
corner-shape: round;
font-weight: ${themeCssVariables.font.weight.semiBold};
height: ${themeCssVariables.spacing[5]};
}
@@ -135,7 +135,8 @@ const StyledDashContainer = styled.div`
const StyledDash = styled.div`
background-color: ${themeCssVariables.font.color.primary};
border-radius: 9999px;
border-radius: ${themeCssVariables.border.radius.pill};
corner-shape: round;
height: 0.25rem;
width: 0.75rem;
`;
@@ -129,6 +129,7 @@ const StyledAvailabilityDot = styled.div`
background-color: ${themeCssVariables.color.green};
border-radius: 50%;
box-shadow: 0 0 0 3px ${themeCssVariables.color.green5};
corner-shape: round;
flex-shrink: 0;
height: 6px;
width: 6px;