Skip to content

Commit

Permalink
💄 front: forgot a spot of red access level (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlinagora committed May 13, 2024
1 parent f803e4c commit cf35692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,8 @@ export const ExpiryEditorRow = (props: {
? Languages.t("components.public-link-security_expiration_removal_but_password")
: Languages.t("components.public-link-security_expiration_removal_no_password")
}
icon={ShieldExclamationIcon}
buttonOkTheme='primary'
buttonOkLabel="components.public-link-security_expiration_removal_confirm"
buttonOkTheme='danger'
/>
</>;
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const ChangePublicLinkAccessLevelRow = (props: {
className='!p-0 leading-tight text-end !pr-8 border-none bg-transparent dark:bg-transparent'
disabled={props.disabled}
size={'sm'}
noRedBobMode={true}
level={props.level}
hiddenLevels={['remove']}
onChange={props.onChange}
Expand Down

0 comments on commit cf35692

Please sign in to comment.