Skip to content

Commit 4e8f3c0

Browse files
committed
fix lint issue
1 parent 249b7a6 commit 4e8f3c0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

components/personCard/personCard.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@
114114

115115
.icon_default_theme {
116116
color: $moderate-red;
117-
}
117+
}

styles/colors.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$vivid-blue: #1778F2;
1+
$vivid-blue: #1778f2;
22
$strong-blue: #0088cc;
33
$dark-gray: #808080;
44
$soft-blue: #7289da;
@@ -11,4 +11,3 @@ $dark-blue-black: #1d1d1d;
1111
$very-dark-gray: #353535;
1212
$very-dark-blue-black: #202529;
1313
$very-dark-grayish-blue: #292e33;
14-

styles/globals.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;600&display=swap");
2-
@import '../styles/colors';
2+
@import "../styles/colors";
33

44
* {
55
box-sizing: border-box;

0 commit comments

Comments
 (0)