File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
@if (CancelButtonText is not null ) {
29
29
< div
30
30
class = "
31
- daemon-button
31
+ dmn-btn
32
32
bg - transparent
33
33
text - gray - 600
34
34
hover : bg - red - 500
41
41
}
42
42
@if (SubmitButtonText is not null ) {
43
43
< div
44
- class = " daemon-button bg-sky-500 text-white"
44
+ class = " dmn-btn bg-sky-500 text-white"
45
45
@onclick = @HandleSubmitClick
46
46
>
47
47
@if (IsLoading ) {
Original file line number Diff line number Diff line change 42
42
<div class =" mt-8 sm:mt-4 sm:flex sm:flex-row-reverse" >
43
43
<button
44
44
type =" button"
45
- class =@($ " daemon-button {_buttonClass}" )
45
+ class =@($ " dmn-btn {_buttonClass}" )
46
46
@onclick =@(() => HandleConfirmation(true))
47
47
disabled=@_isLoading
48
48
>
56
56
</button >
57
57
<button
58
58
type =" button"
59
- class =" daemon-button mr-4"
59
+ class =" dmn-btn mr-4"
60
60
@onclick =@(() => HandleConfirmation(false))
61
61
disabled=@_isLoading
62
62
>
Original file line number Diff line number Diff line change 7
7
8
8
9
9
@layer components {
10
- .daemon-button {
10
+ .dmn-btn {
11
11
@apply
12
12
cursor-pointer
13
13
transition-hover
You can’t perform that action at this time.
0 commit comments