Squirclesssss 🟦🔵 (#22535)
This commit is contained in:
committed by
GitHub
parent
badaae17cd
commit
e609320666
+1
@@ -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;
|
||||
|
||||
+1
@@ -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;
|
||||
|
||||
+1
@@ -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]};
|
||||
|
||||
+1
@@ -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};
|
||||
|
||||
+1
@@ -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};
|
||||
|
||||
+1
@@ -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]};
|
||||
|
||||
Reference in New Issue
Block a user