Raphaël Bosi
2026-03-30 09:31:59 +00:00
committed by GitHub
parent 994180c72e
commit 2679817354
@@ -8,6 +8,7 @@ export const StyledContainer = styled.div<{
align-items: center;
border: 1px solid transparent;
border-radius: ${themeCssVariables.border.radius.sm};
box-sizing: border-box;
color: ${themeCssVariables.font.color.primary};
cursor: pointer;
display: flex;
@@ -16,6 +17,7 @@ export const StyledContainer = styled.div<{
max-width: 100%;
min-width: 0;
padding: calc(${themeCssVariables.spacing[1]} - 1px);
width: fit-content;
&:hover {
background-color: ${themeCssVariables.background.transparent.lighter};
border: 1px solid ${themeCssVariables.border.color.medium};