1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

fix(ui): tooltip link color EE-4914 (#8365)

This commit is contained in:
Prabhat Khera 2023-01-23 10:15:47 +13:00 committed by GitHub
parent 5b5dc320d5
commit ac458d0daa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 2 deletions

View file

@ -54,7 +54,7 @@ export function TooltipWithChildren({
)}
</div>
)}
<div>{message}</div>
<div className={styles.tooltipMessage}>{message}</div>
</div>
);