fix: feed form view type radio text wrap
Signed-off-by: Innei <i@innei.in>
This commit is contained in:
parent
9351a8fe73
commit
d9e89e213c
|
|
@ -285,7 +285,9 @@ const FeedInnerForm = ({
|
|||
htmlFor={view.name}
|
||||
className={cn(
|
||||
view.peerClassName,
|
||||
"center flex h-10 flex-col text-xs leading-none text-theme-vibrancyFg",
|
||||
"center flex h-10 flex-col text-xs leading-none opacity-80 duration-200 hover:opacity-90",
|
||||
"peer-checked:opacity-100",
|
||||
"whitespace-nowrap",
|
||||
)}
|
||||
>
|
||||
<span className="text-lg">{view.icon}</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue