Skip to content

Commit 6479dbd

Browse files
authored
Merge pull request #238 from lvyaoting/main
chore: fix some typos in comment
2 parents 55716b6 + 0e5b3d4 commit 6479dbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/assets/styles/themes/dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $colors: (
1111
'neutral': #151a26,
1212
'neutral-500': #6a707f,
1313
'neutral-100': #e9ecf1,
14-
// Error, warning, succes, info colors
14+
// Error, warning, success, info colors
1515
'info': #d0f0fd,
1616
'info-dark': #04283f,
1717
'success': #d1f7c4,

src/assets/styles/themes/light.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $colors: (
1111
'neutral': #151a26,
1212
'neutral-500': #6a707f,
1313
'neutral-100': #e9ecf1,
14-
// Error, warning, succes, info colors
14+
// Error, warning, success, info colors
1515
'info': #d0f0fd,
1616
'info-dark': #04283f,
1717
'success': #d1f7c4,

0 commit comments

Comments
 (0)