1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

(style) placeholder style for react-select

This commit is contained in:
Sylvain 2022-04-06 12:43:39 +02:00
parent a10fd77e95
commit d427617ea6

View File

@ -87,6 +87,10 @@
background-color: var(--information-light);
}
}
&__placeholder {
font-weight: 400;
color: var(--gray-soft-darkest);
}
}
.addon {