mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 05:40:02 -06:00
tweak styling
This commit is contained in:
@@ -11,7 +11,7 @@ export default function Headline({ headline, questionId, style, required = true
|
||||
<div className={"flex justify-between gap-4"} style={style}>
|
||||
{headline}
|
||||
{!required && (
|
||||
<span className="self-start font-light text-gray-500" tabIndex={-1}>
|
||||
<span className="self-start text-sm font-normal leading-5 text-slate-400" tabIndex={-1}>
|
||||
Optional
|
||||
</span>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user