Skip to content

Commit d4c1110

Browse files
fix formatting
1 parent e3c7331 commit d4c1110

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/main/src/_global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ html {
99
}
1010

1111
* {
12-
color: var(--color);
1312
outline-color: var(--color);
1413
border-color: var(--border);
14+
color: var(--color);
1515
}

packages/main/src/compoments/_card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ section {
44
border-width: 1px;
55
border-style: solid;
66
border-radius: 0.5rem;
7-
padding: 1.5rem;
87
background: var(--background);
8+
padding: 1.5rem;
99
}

0 commit comments

Comments
 (0)