Skip to content
Snippets Groups Projects
Unverified Commit e917c964 authored by Yoonjae Choi's avatar Yoonjae Choi Committed by GitHub
Browse files

[WIP] revise modal margin (#2714)


* design: revise modal margin

* docs: revise release note name

* remove: remove style padding

---------

Co-authored-by: default avatarYoonjae Choi <Choi@quantusui-MacBookAir.local>
parent 8a70d246
No related branches found
No related tags found
No related merge requests found
...@@ -64,9 +64,6 @@ export function CreateEncryptionKeyModal({ ...@@ -64,9 +64,6 @@ export function CreateEncryptionKeyModal({
return ( return (
<Modal <Modal
{...modalProps} {...modalProps}
style={{
padding: '0 10px',
}}
title={isRecreating ? 'Generate new key' : 'Enable encryption'} title={isRecreating ? 'Generate new key' : 'Enable encryption'}
onClose={modalProps.onClose} onClose={modalProps.onClose}
> >
......
...@@ -60,9 +60,6 @@ export function FixEncryptionKeyModal({ ...@@ -60,9 +60,6 @@ export function FixEncryptionKeyModal({
title={ title={
hasExistingKey ? 'Unable to decrypt file' : 'This file is encrypted' hasExistingKey ? 'Unable to decrypt file' : 'This file is encrypted'
} }
style={{
padding: '0 10px',
}}
onClose={modalProps.onClose} onClose={modalProps.onClose}
> >
<View <View
......
---
category: Enhancements
authors: [uniqueeest]
---
revise modal margin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment