diff --git a/src/frontend/src/components/icons/BlurOn.tsx b/src/frontend/src/components/icons/BlurOn.tsx index c4bd4ec0..fd4522d6 100644 --- a/src/frontend/src/components/icons/BlurOn.tsx +++ b/src/frontend/src/components/icons/BlurOn.tsx @@ -6,6 +6,7 @@ export const BlurOn = () => { viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" + aria-hidden="true" > { viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" + aria-hidden="true" > { - return t(`${type}.${isSelected(type, options) ? 'clear' : 'apply'}`) + const tooltipBlur = (type: ProcessorType, options: BackgroundOptions) => { + return t( + `${type}.${options.blurRadius == BlurRadius.LIGHT ? 'light' : 'normal'}.${isSelected(type, options) ? 'clear' : 'apply'}` + ) } const tooltipVirtualBackground = (index: number): string => { @@ -276,10 +278,7 @@ export const EffectsConfiguration = ({ >