[WEB-918] style: update size of state dropdown button for consistency. (#4144)

This commit is contained in:
Prateek Shourya 2024-04-09 13:39:01 +05:30 committed by GitHub
parent 74a88fc028
commit 9b918b727a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ export const ModuleStatusSelect: React.FC<Props> = ({ control, error, tabIndex }
<CustomSelect
value={value}
label={
<div className={`flex items-center justify-center gap-2 text-xs ${error ? "text-red-500" : ""}`}>
<div className={`flex items-center justify-center gap-2 text-xs py-0.5 ${error ? "text-red-500" : ""}`}>
{value ? (
<ModuleStatusIcon status={value} />
) : (