-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tableau de bord] Épingler en groupe #2040
Conversation
return ( | ||
<> | ||
<Icon.PinFilled color={THEME.color.blueGray} title="Désélectionner tous" /> | ||
Désélectionner tous |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
D'après le ticket le wording serait plutôt : Tout sélectionner
et Tous désélectionner
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
94be10c
to
655cc2f
Compare
export const ResultNumber = styled.small` | ||
font-size: 13px; | ||
font-weight: regular; | ||
color: ${THEME.color.slateGray}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tu peux plutôt faire color: ${p => p.theme.color.slateGray};
655cc2f
to
f306deb
Compare
…ults number and styling title
f306deb
to
c04f154
Compare
|
Related Pull Requests & Issues