Update styles of experimental modal buttons (#3535)
update styles of experimental modal buttons Co-authored-by: timothycarambat <rambat1010@gmail.com>
This commit is contained in:
parent
1c905b1105
commit
090a9e9827
@ -264,13 +264,13 @@ function FeatureVerification({ children }) {
|
||||
<div className="flex w-full justify-between items-center p-6 space-x-2 border-t border-theme-modal-border rounded-b">
|
||||
<a
|
||||
href={paths.home()}
|
||||
className="px-4 py-2 rounded-lg text-theme-text-primary hover:bg-red-500/50 light:hover:bg-red-300/50 transition-all duration-300"
|
||||
className="transition-all duration-300 bg-transparent text-white hover:bg-red-500/50 light:hover:bg-red-300/50 px-4 py-2 rounded-lg text-sm border border-theme-modal-border"
|
||||
>
|
||||
Reject & close
|
||||
</a>
|
||||
<button
|
||||
type="submit"
|
||||
className="transition-all duration-300 text-theme-text-primary hover:bg-blue-300/50 light:hover:bg-blue-300 px-4 py-2 rounded-lg text-sm"
|
||||
className="transition-all duration-300 bg-white text-black hover:opacity-60 px-4 py-2 rounded-lg text-sm border border-theme-modal-border"
|
||||
>
|
||||
I understand
|
||||
</button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user