forked from github/plane
[WEB-918] style: update size of state
dropdown button for consistency. (#4144)
This commit is contained in:
parent
74a88fc028
commit
9b918b727a
@ -24,7 +24,7 @@ export const ModuleStatusSelect: React.FC<Props> = ({ control, error, tabIndex }
|
|||||||
<CustomSelect
|
<CustomSelect
|
||||||
value={value}
|
value={value}
|
||||||
label={
|
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 ? (
|
{value ? (
|
||||||
<ModuleStatusIcon status={value} />
|
<ModuleStatusIcon status={value} />
|
||||||
) : (
|
) : (
|
||||||
|
Loading…
Reference in New Issue
Block a user