Add: shared skeleton, dark toggle bg, fixed: multi select patching issue
This commit is contained in:
@@ -31,7 +31,7 @@ const Status = ({ status, children }: IProps) => {
|
||||
return (
|
||||
<span
|
||||
className={cn(
|
||||
"flex items-center justify-center rounded-2xl px-3 py-1.5 text-center text-sm font-medium capitalize",
|
||||
"flex items-center justify-center rounded-2xl px-3 py-2 text-center text-sm font-medium capitalize",
|
||||
{
|
||||
"bg-green text-white": greens.includes(status),
|
||||
"bg-orange-light text-white": oranges.includes(status),
|
||||
|
||||
Reference in New Issue
Block a user