fixed the style of the webhook tooltip

This commit is contained in:
Vladyslav Matsiiako
2023-09-09 18:10:02 -07:00
parent 45117ba1f4
commit ad710f4860
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ export const FormLabel = ({ id, label, isRequired, icon }: FormLabelProps) => (
>
{label}
{isRequired && <span className="ml-1 text-red">*</span>}
{icon && <span className="ml-2 cursor-pointer text-white">{icon}</span>}
{icon && <span className="ml-2 text-mineshaft-300 hover:text-mineshaft-200 cursor-default">{icon}</span>}
</Label.Root>
);

View File

@@ -116,7 +116,7 @@ export const AddWebhookForm = ({
className="text-xs"
>
<div
className="flex h-3.5 w-3.5 items-center justify-center rounded-full border border-[1px] border-white"
className="flex h-3.5 w-3.5 items-center justify-center rounded-full border border-[1px] border-mineshaft-300"
onMouseEnter={() => setShowTip(true)}
>
<FontAwesomeIcon icon={faInfo} className="h-2 w-2" />