Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 9e7e83a

Browse files
style: fix button sign in background
Signed-off-by: peterpeterparker <[email protected]>
1 parent 1775137 commit 9e7e83a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

studio/src/global/theme/button.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ ion-button {
44

55
.app-button {
66
color: var(--ion-color-primary);
7+
background: transparent;
78
font-size: 100%;
89
font-family: inherit;
9-
margin: 0;
10+
margin: 0 4px 0 0;
1011
padding: 0;
1112
}

0 commit comments

Comments
 (0)