You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have 3 transparent colors in the theme. We should only have: Transparent/Primary and Transparent/Secondary.
Desired Behavior
The plan is to switch the opacity from 0.8 to 0.5 on Transparent/Primary and Transparent/Secondary.
This should allow us to removeforBackdropFilter: RGBA(GRAY_SCALE.gray10, 0.5) from the theme.
We need to ensure that backdrop-filter: blur(12px) saturate(200%) contrast(50%) brightness(130%);applies to all elements/components using transparent/primary or transparent/secondary. Specifically, this parameter needs to be updated on the 'Floating icon button' and All menus (That should have these properties = blur + transparent/secondary).
Floating icon button:
Menus:
Please verify if any other elements use Transparent/Primary and Transparent/Secondary to apply the background filter to them. Avoid referring to Figma, as the blur effect differs there.
The text was updated successfully, but these errors were encountered:
Update for #4836
- edit primary and secondary transparency opacities from 0.8 to 0.5
- remove forBackdropFilter from themes
- update components referencing transparency/primary and
transparency/secondary to have the following backdrop-filter: blur(12px)
saturate(200%) contrast(50%) brightness(130%)
---------
Co-authored-by: Félix Malfait <[email protected]>
)
Update for twentyhq#4836
- edit primary and secondary transparency opacities from 0.8 to 0.5
- remove forBackdropFilter from themes
- update components referencing transparency/primary and
transparency/secondary to have the following backdrop-filter: blur(12px)
saturate(200%) contrast(50%) brightness(130%)
---------
Co-authored-by: Félix Malfait <[email protected]>
Current Behavior
We have 3 transparent colors in the theme. We should only have:
Transparent/Primary
andTransparent/Secondary
.Desired Behavior
The plan is to switch the opacity from 0.8 to 0.5 on
Transparent/Primary
andTransparent/Secondary
.This should allow us to remove
forBackdropFilter: RGBA(GRAY_SCALE.gray10, 0.5)
from the theme.We need to ensure that
backdrop-filter: blur(12px) saturate(200%) contrast(50%) brightness(130%);
applies to all elements/components usingtransparent/primary
ortransparent/secondary
. Specifically, this parameter needs to be updated on the 'Floating icon button' and All menus (That should have these properties = blur + transparent/secondary).Floating icon button:
Menus:
Please verify if any other elements use Transparent/Primary and Transparent/Secondary to apply the background filter to them. Avoid referring to Figma, as the blur effect differs there.
The text was updated successfully, but these errors were encountered: