refactor(settingsrow): Stylistic code change

This commit is contained in:
alexsparkes
2024-06-05 15:03:44 +01:00
parent c1f470f73f
commit 813e05e9c2
2 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ const PreferencesWrapper = ({ children, ...props }) => {
});
return (
<div className={shown ? 'preferences' : 'preferencesInactive'}>
<div className={shown ? 'preferences' : 'opacity-50 pointer-events-none transition-400 ease-in-out'}>
{props.zoomSetting && (
<Row>
<Content