Skip to content

Commit f7b09fb

Browse files
committed
chore: decrease infotip font size
1 parent 782acbf commit f7b09fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/web-components/infotip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ class TatvaInfotip extends HTMLElement {
242242
color: ${textColor};
243243
padding: 10px;
244244
border-radius: 4px;
245-
font-size: 90%;
245+
font-size: 70%;
246246
}
247247
.infotip .arrow {
248248
position: absolute;

0 commit comments

Comments
 (0)