Skip to content

Commit 2ef5963

Browse files
Changed dicord color as per brand color.
1 parent 18ce6e7 commit 2ef5963

6 files changed

+26
-2
lines changed

packages/block-library/src/social-link/socials-with-bg.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535

3636
.wp-social-link-discord {
37-
background-color: #7289da;
37+
background-color: #5865f2;
3838
color: #fff;
3939
}
4040

packages/block-library/src/social-link/socials-without-bg.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
.wp-social-link-discord {
26-
color: #7289da;
26+
color: #5865f2;
2727
}
2828

2929
.wp-social-link-dribbble {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- wp:social-link-discord {"url":"https://example.com/"} /-->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{
3+
"name": "core/social-link",
4+
"isValid": true,
5+
"attributes": {
6+
"url": "https://example.com/",
7+
"service": "discord"
8+
},
9+
"innerBlocks": []
10+
}
11+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{
3+
"blockName": "core/social-link-discord",
4+
"attrs": {
5+
"url": "https://example.com/"
6+
},
7+
"innerBlocks": [],
8+
"innerHTML": "",
9+
"innerContent": []
10+
}
11+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- wp:social-link {"url":"https://example.com/","service":"discord"} /-->

0 commit comments

Comments
 (0)