File size: 189 Bytes
68f7925
 
 
1
2
3
4
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>;
}