feat: Added translucency effect to menus, dialogs and alerts. Can be turned off from Preferences > Appeareance (#2387) [skip e2e]
This commit is contained in:
@@ -207,7 +207,7 @@ const NewNotePreferences: FunctionComponent<Props> = ({
|
||||
<input
|
||||
disabled={disabled}
|
||||
className={classNames(
|
||||
'w-full min-w-55 rounded border border-solid border-passive-3 bg-default px-2 py-1.5 text-sm',
|
||||
'w-full min-w-55 rounded border border-solid border-passive-3 bg-default md:translucent-ui:bg-transparent px-2 py-1.5 text-sm',
|
||||
'focus-within:ring-2 focus-within:ring-info',
|
||||
)}
|
||||
placeholder="e.g. YYYY-MM-DD"
|
||||
|
||||
Reference in New Issue
Block a user