add more css classes based on feedback

This commit is contained in:
Athou
2025-05-06 19:24:30 +02:00
parent d417655a86
commit b5c197f499
7 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ export const ActionButton = forwardRef<HTMLDivElement, ActionButtonProps>((props
const iconOnly = (mobile && !props.showLabelOnMobile) || (!mobile && props.hideLabelOnDesktop)
return (
<Box ref={ref}>
<Box ref={ref} className="cf-action-button">
{iconOnly && (
<Tooltip label={label} openDelay={Constants.tooltip.delay}>
<ActionIcon