front: access level drop down background colour and left padding (#672)
Fixes #657
This commit is contained in:
@@ -71,7 +71,7 @@ const ChangePublicLinkAccessLevelRow = (props: {
|
||||
subtitle={Languages.t("components.public-link-access-level-update-subtitle")}
|
||||
suffix={
|
||||
<AccessLevelDropdown
|
||||
className='!p-0 leading-tight text-end !pr-8 border-none bg-transparent dark:bg-transparent'
|
||||
className='leading-tight text-end !pl-5 !pr-8 border-none bg-white dark:bg-zinc-900'
|
||||
disabled={props.disabled}
|
||||
size={'sm'}
|
||||
noRedWhenLevelNone={true}
|
||||
|
||||
Reference in New Issue
Block a user