Skip to content

Commit df3af88

Browse files
author
sw-yx
committed
fix styling
1 parent 1e9f43c commit df3af88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Below is a list of all available snippets and the triggers of each one. The **
8383
"prefix": "rsc",
8484
"body": [
8585
"const StyledDiv = styled('div')`",
86-
" border: 1px solid red",
86+
" border: 3px solid red;",
8787
"`",
8888
"export type $1Props = { $2: $3 }",
8989
"export const $1: React.FC<$1Props> = ({ $2 }) => {",

snippets/snippets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"prefix": "rsc",
4444
"body": [
4545
"const StyledDiv = styled('div')`",
46-
" border: 1px solid red",
46+
" border: 3px solid red;",
4747
"`",
4848
"export type $1Props = { $2: $3 }",
4949
"export const $1: React.FC<$1Props> = ({ $2 }) => {",

0 commit comments

Comments
 (0)