mirror of
https://github.com/mue/mue.git
synced 2026-07-24 01:07:23 +02:00
refactor(settingsrow): Stylistic code change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user