Skip to content

Commit 61f6d3f

Browse files
committed
feat(ui): add discord embed v2 styling
Add background, border-radius, and remove border for embed containers in components v2.
1 parent 0543a8e commit 61f6d3f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

themes/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,4 +1443,10 @@ div[class="iconWrapper__6eb54"] {
14431443
/* Vencord Addon Card MISSING card fix */
14441444
:is(.vc-settings-theme-grid,.vc-plugins-grid) .vc-addon-card .vc-addon-note {
14451445
background: hsl(var(--accent-hsl));
1446+
}
1447+
/* Discord Embed V2 */
1448+
[class*="isComponentsV2"] [class^="container__"] {
1449+
background: var(--card-color);
1450+
border-radius: var(--card-radius);
1451+
border: none;
14461452
}

0 commit comments

Comments
 (0)