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
@@ -13,6 +13,7 @@ const StyledScrollToBottomButton = styled.button<{ isVisible: boolean }>`
bottom: ${themeCssVariables.spacing[3]};
box-shadow: ${themeCssVariables.boxShadow.light};
color: ${themeCssVariables.font.color.secondary};
corner-shape: round;
cursor: pointer;
display: flex;
height: 32px;
@@ -66,6 +66,7 @@ const StyledStatusBadge = styled.div<{
: status === 'error'
? themeCssVariables.color.red
: themeCssVariables.font.color.secondary};
corner-shape: round;
display: flex;
font-size: ${themeCssVariables.font.size.xs};
font-weight: ${themeCssVariables.font.weight.medium};