File tree Expand file tree Collapse file tree 5 files changed +11
-17
lines changed Expand file tree Collapse file tree 5 files changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ function SignerListPlace(props) {
61
61
< div
62
62
role = "button"
63
63
data-tut = "reactourAddbtn"
64
- className = "op-btn op-btn-accent op-btn-outline w-full my-[2px ]"
64
+ className = "op-btn op-btn-accent op-btn-outline w-full mt-[14px ]"
65
65
disabled = { props ?. isMailSend ? true : false }
66
66
onClick = { ( ) => props . handleAddSigner ( ) }
67
67
>
@@ -71,7 +71,7 @@ function SignerListPlace(props) {
71
71
< div
72
72
role = "button"
73
73
data-tut = "reactourAddbtn"
74
- className = "op-btn op-btn-accent op-btn-outline w-full my-[2px ]"
74
+ className = "op-btn op-btn-accent op-btn-outline w-full mt-[14px ]"
75
75
disabled = { props ?. isMailSend ? true : false }
76
76
onClick = { ( ) => props . setIsAddSigner ( true ) }
77
77
>
Original file line number Diff line number Diff line change @@ -286,13 +286,10 @@ const HomeLayout = () => {
286
286
) }
287
287
</ >
288
288
) : (
289
- < ModalUi title = { "Session Expired" } isOpen = { true } showClose = { false } >
289
+ < ModalUi showHeader = { false } isOpen = { true } showClose = { false } >
290
290
< div className = "flex flex-col justify-center items-center py-4 md:py-5 gap-5" >
291
- < p className = "text-xl font-normal" > Your session has expired.</ p >
292
- < button
293
- onClick = { handleLoginBtn }
294
- className = "text-base px-3 py-1.5 rounded shadow-md text-white bg-[#1ab6ce]"
295
- >
291
+ < p className = "text-xl font-medium" > Your session has expired.</ p >
292
+ < button onClick = { handleLoginBtn } className = "op-btn op-btn-neutral" >
296
293
Login
297
294
</ button >
298
295
</ div >
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ function GenerateToken() {
143
143
{ apiToken ? apiToken : "_____" }
144
144
</ span >
145
145
< button
146
- className = "op-btn op-btn-accent op-btn-sm ml-2"
146
+ className = "op-btn op-btn-accent op-btn-outline op-btn- sm ml-2"
147
147
onClick = { ( ) => copytoclipboard ( apiToken ) }
148
148
>
149
149
< i className = "fa-solid fa-copy" > </ i >
Original file line number Diff line number Diff line change @@ -1270,8 +1270,8 @@ const TemplatePlaceholder = () => {
1270
1270
title = { "Roles" }
1271
1271
handleClose = { ( ) => setIsReceipent ( true ) }
1272
1272
>
1273
- < div className = "h-full p-[20px]" >
1274
- < p > Please add a role </ p >
1273
+ < div className = "h-full p-[20px] text-center font-medium " >
1274
+ < p > Please add roles first </ p >
1275
1275
</ div >
1276
1276
</ ModalUi >
1277
1277
{ /* this modal is used show send mail message and after send mail success message */ }
Original file line number Diff line number Diff line change @@ -49,13 +49,10 @@ const Validate = () => {
49
49
< Outlet />
50
50
</ div >
51
51
) : (
52
- < ModalUi title = { "Session Expired" } isOpen = { true } showClose = { false } >
52
+ < ModalUi showHeader = { false } isOpen = { true } showClose = { false } >
53
53
< div className = "flex flex-col justify-center items-center py-4 md:py-5 gap-5" >
54
- < p className = "text-xl font-normal" > Your session has expired.</ p >
55
- < button
56
- onClick = { handleLoginBtn }
57
- className = "text-base px-3 py-1.5 rounded shadow-md text-white bg-[#1ab6ce]"
58
- >
54
+ < p className = "text-xl font-medium" > Your session has expired.</ p >
55
+ < button onClick = { handleLoginBtn } className = "op-btn op-btn-neutral" >
59
56
Login
60
57
</ button >
61
58
</ div >
You can’t perform that action at this time.
0 commit comments