Skip to content

Commit 0e5b3d4

Browse files
committed
chore: fix some typos in comment
Signed-off-by: lvyaoting <[email protected]>
1 parent 35c3a1b commit 0e5b3d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/assets/styles/themes/dark.scss

+1-1
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

+1-1
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)