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
@@ -9,6 +9,7 @@ const StyledCheckContainer = styled.div<{ color: string }>`
border-radius: ${themeCssVariables.border.radius.rounded};
box-shadow: ${({ color }) => color && `-4px 4px 0 -2px ${color}`};
box-sizing: content-box;
corner-shape: round;
display: flex;
height: 36px;
justify-content: center;
@@ -22,6 +22,7 @@ const StyledUploader = styled.button`
border-radius: ${themeCssVariables.border.radius.rounded};
box-sizing: border-box;
color: ${themeCssVariables.font.color.light};
corner-shape: round;
cursor: pointer;
display: flex;
flex-shrink: 0;
@@ -10,6 +10,7 @@ const StyledTag = styled.div`
border-radius: ${themeCssVariables.border.radius.xxl};
box-sizing: border-box;
color: ${themeCssVariables.color.green9};
corner-shape: round;
display: flex;
gap: ${themeCssVariables.spacing[1]};
height: ${themeCssVariables.spacing[6]};
@@ -29,6 +29,7 @@ const StyledBadge = styled.div<{ hasClusterLeading: boolean }>`
border-radius: ${themeCssVariables.border.radius.pill};
box-sizing: border-box;
color: ${themeCssVariables.font.color.light};
corner-shape: round;
display: flex;
font-size: ${themeCssVariables.font.size.xs};
font-weight: ${themeCssVariables.font.weight.semiBold};
@@ -92,6 +92,7 @@ const StyledBadge = styled.span`
border-radius: ${themeCssVariables.border.radius.pill};
box-sizing: border-box;
color: ${themeCssVariables.font.color.tertiary};
corner-shape: round;
display: flex;
font-size: ${themeCssVariables.font.size.sm};
font-weight: ${themeCssVariables.font.weight.medium};
@@ -10,6 +10,7 @@ const StyledTag = styled.div`
border-radius: ${themeCssVariables.border.radius.pill};
box-sizing: border-box;
color: ${themeCssVariables.color.green9};
corner-shape: round;
display: flex;
gap: ${themeCssVariables.spacing[1]};
height: ${themeCssVariables.spacing[6]};