1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

tooltip styling fixes

This commit is contained in:
Matthias Kretschmann 2022-01-25 14:35:26 +00:00
parent fde7449aad
commit 1e24972aa7
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -62,5 +62,19 @@ export const tooltipOptions: Partial<TooltipOptions> = {
padding: 10,
cornerRadius: 3,
borderWidth: 1,
caretSize: 7
caretSize: 7,
bodyFont: {
size: 13,
weight: 'bold',
lineHeight: 1,
style: 'normal',
family: defaults.font.family
},
titleFont: {
size: 10,
weight: 'normal',
lineHeight: 1,
style: 'normal',
family: defaults.font.family
}
}