diff --git a/src/components/Tooltip/tooltip.module.css b/src/components/Tooltip/tooltip.module.css new file mode 100644 index 0000000000..ba95a548ca --- /dev/null +++ b/src/components/Tooltip/tooltip.module.css @@ -0,0 +1,8 @@ +.tooltipContainer { + max-width: 180px; + font-size: 16px; +} + +.tooltipContainer::first-letter { + text-transform: capitalize; +} \ No newline at end of file