@@ -80,7 +80,7 @@ const Modal = ({
8080 id = { id }
8181 ref = { modalRef }
8282 onKeyDown = { handleKeyDown }
83- bgColor = { theme . palette . background }
83+ bgColor = { theme . palette . bg }
8484 borderColor = { theme . palette . secondary }
8585 roundness = { theme . roundness }
8686 >
@@ -119,7 +119,7 @@ export const ModalTitlebar = ({
119119 < StyledModalTitlebar
120120 color = { theme . palette . text }
121121 altColor = { theme . palette . darkText }
122- bg = { theme . palette . background }
122+ bg = { theme . palette . bg }
123123 hoverColor = { theme . palette . secondary }
124124 roundness = { theme . roundness }
125125 >
@@ -132,7 +132,7 @@ export const ModalTitlebar = ({
132132 } }
133133 color = { theme . palette . text }
134134 altColor = { theme . palette . darkText }
135- bg = { theme . palette . background }
135+ bg = { theme . palette . bg }
136136 />
137137 ) }
138138 < label htmlFor = { htmlFor } > { title } </ label >
@@ -145,7 +145,7 @@ export const ModalTitlebar = ({
145145 } }
146146 color = { theme . palette . text }
147147 altColor = { theme . palette . darkText }
148- bg = { theme . palette . background }
148+ bg = { theme . palette . bg }
149149 />
150150 ) }
151151 </ StyledModalTitlebar >
@@ -201,7 +201,7 @@ export const ModalRow = ({
201201 case "img" :
202202 return (
203203 < StyledModalImageRow
204- color = { theme . palette . background }
204+ color = { theme . palette . bg }
205205 roundness = { theme . roundness }
206206 id = { id }
207207 >
@@ -510,11 +510,11 @@ export const ModalInputDropArea = ({
510510 onDragLeave = { ( ) => setDropActive ( false ) }
511511 onDrop = { ( e ) => onDrop ( e ) }
512512 text = { theme . palette . text }
513- bgColor = { theme . palette . background }
513+ bgColor = { theme . palette . bg }
514514 buttonColor = { theme . palette . primary }
515515 hoverColor = { theme . palette . secondary }
516516 borderColor = { theme . palette . primary }
517- hoverBorderColor = { theme . palette . background }
517+ hoverBorderColor = { theme . palette . bg }
518518 roundness = { theme . roundness }
519519 active = { dropActive }
520520 >
0 commit comments