File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ function EmailComponent({
293
293
< hr className = "w-full my-[15px] bg-base-content" />
294
294
< button
295
295
type = "button"
296
- className = "op-btn op-btn-primary "
296
+ className = "op-btn op-btn-secondary "
297
297
onClick = { ( ) => emailList . length > 0 && sendEmail ( ) }
298
298
>
299
299
Send
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ const RecipientList = (props) => {
209
209
</ div >
210
210
</ div >
211
211
{ isMobile && props . sendInOrder && (
212
- < div className = "flex flex-row items-center gap-[5px]" >
212
+ < div className = "flex flex-row items-center gap-[5px] mr-2 " >
213
213
< div
214
214
onClick = { ( e ) => {
215
215
if ( ind !== 0 ) {
Original file line number Diff line number Diff line change @@ -28,14 +28,10 @@ function SignerListComponent(props) {
28
28
return (
29
29
< div
30
30
className = "rounded-xl mx-1 flex flex-row items-center py-[10px] mt-1"
31
- style = { {
32
- background : checkSignerBackColor ( props . obj )
33
- } }
31
+ style = { { background : checkSignerBackColor ( props . obj ) } }
34
32
>
35
33
< div
36
- style = { {
37
- background : checkUserNameColor ( props . obj )
38
- } }
34
+ style = { { background : checkUserNameColor ( props . obj ) } }
39
35
className = "flex w-[30px] h-[30px] rounded-full justify-center items-center mx-1"
40
36
>
41
37
< span className = "text-[12px] text-center font-bold text-black uppercase" >
Original file line number Diff line number Diff line change @@ -1593,7 +1593,7 @@ function PdfRequestFiles() {
1593
1593
className = "font-[500] text-[13px] mr-[5px] op-btn op-btn-secondary"
1594
1594
>
1595
1595
< i
1596
- className = "fa-light fa-award"
1596
+ className = "fa-light fa-award mx-[3px] lg:mx-0 "
1597
1597
aria-hidden = "true"
1598
1598
> </ i >
1599
1599
< span className = "hidden lg:block" >
You can’t perform that action at this time.
0 commit comments