feat: update client select button style
This commit is contained in:
parent
ece003ca4f
commit
5d1427db31
7 changed files with 16 additions and 23 deletions
|
|
@ -46,7 +46,7 @@ export default function LongFormArticle({
|
|||
{titleComponent}
|
||||
{summaryComponent}
|
||||
{tagsComponent}
|
||||
<ClientSelect variant="secondary" className="w-full mt-2" event={event} />
|
||||
<ClientSelect className="w-full mt-2" event={event} />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
|
@ -68,7 +68,7 @@ export default function LongFormArticle({
|
|||
{tagsComponent}
|
||||
</div>
|
||||
</div>
|
||||
<ClientSelect variant="secondary" className="w-full mt-2" event={event} />
|
||||
<ClientSelect className="w-full mt-2" event={event} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue