Skip to content

Commit 8a93865

Browse files
committed
✨ modification du style du bouton
1 parent 7797aeb commit 8a93865

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/app/shared/components/buttons/primary/primary.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[ngClass]="class"
55
class="relative inline-flex items-center font-mono px-4 py-2 text-sm font-medium uppercase tracking-[1.25px] text-white bg-primary-600 border border-transparent rounded-md shadow-md hover:bg-primary-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-500 disabled:opacity-50 disabled:cursor-not-allowed transition ease-in-out duration-150"
66
>
7-
<span *ngIf="(loading$ | async)" class="absolute inset-y-0 left-0 flex items-center pl-3">
7+
<span *ngIf="(loading$ | async)" class="flex items-center pl-3">
88
<svg class="w-5 h-5 mr-3 -ml-1 text-white animate-spin" fill="none" viewBox="0 0 24 24">
99
<circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"/>
1010
<path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"/>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export interface AppHttpResponse {
2+
message: string;
3+
data: any
4+
}

0 commit comments

Comments
 (0)