FE_Dev / components /forms /required.tsx
GitHub Actions
Deploy from GitHub Actions [dev] - 2025-10-31 07:28:50
68f7925
export function RequiredIndicator() {
return <div className="flex h-4 w-[36px] items-center rounded-[2px] px-2 text-xs text-nowrap text-[#DA2A2A] outline outline-red-500">必須</div>;
}