update class name
This commit is contained in:
parent
fb104e4021
commit
fd364fbaaa
3 changed files with 3 additions and 3 deletions
|
@ -148,7 +148,7 @@ const GlobalStyles = createGlobalStyle`
|
|||
.alert-primary {
|
||||
background-color: #c4ffd6;
|
||||
}
|
||||
.my-modal{
|
||||
.ente-modal{
|
||||
width: 500px;
|
||||
max-width:100%;
|
||||
}
|
||||
|
|
|
@ -56,7 +56,7 @@ export default function AddCollection({
|
|||
centered
|
||||
backdrop="static"
|
||||
style={{ background: 'rgba(0, 0, 0, 0.8)' }}
|
||||
dialogClassName="my-modal"
|
||||
dialogClassName="ente-modal"
|
||||
>
|
||||
<Modal.Header closeButton>
|
||||
<Modal.Title>{constants.CREATE_COLLECTION}</Modal.Title>
|
||||
|
|
|
@ -17,7 +17,7 @@ export default function UploadProgress({
|
|||
aria-labelledby="contained-modal-title-vcenter"
|
||||
centered
|
||||
backdrop="static"
|
||||
dialogClassName="my-modal"
|
||||
dialogClassName="ente-modal"
|
||||
>
|
||||
<Modal.Header>
|
||||
<Modal.Title id="contained-modal-title-vcenter">
|
||||
|
|
Loading…
Reference in a new issue