mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
chore: changed label color
This commit is contained in:
parent
7a013d864b
commit
43bb751feb
@ -16,7 +16,7 @@ const Label = ({
|
|||||||
>
|
>
|
||||||
{label && (
|
{label && (
|
||||||
<div className='col-span-1 text-sm'>
|
<div className='col-span-1 text-sm'>
|
||||||
<h3 className='text-discord-blurple text-lg font-bold'>
|
<h3 className='text-koreanbots-blue text-lg font-bold'>
|
||||||
{label}
|
{label}
|
||||||
{required && (
|
{required && (
|
||||||
<span className='align-text-top text-red-500 text-base font-semibold'> *</span>
|
<span className='align-text-top text-red-500 text-base font-semibold'> *</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user