Skip to content

Commit 55531f9

Browse files
authored
fix: correcting context-user-name-color (#489)
* fix: correcting context-user-name-color I only realized now that the context user name is the wrong color in light mode * fix: removing "!important"
1 parent 9f60afc commit 55531f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/src/components/discord-command/DiscordCommand.ts

+4
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ export class DiscordCommand extends LitElement implements LightTheme {
7777
margin-right: 0;
7878
}
7979
80+
:host([light-theme]) .discord-replied-message-username {
81+
color: rgb(46, 51, 56);
82+
}
83+
8084
:host([compact-mode]) .discord-context-user {
8185
display: flex;
8286
align-items: center;

0 commit comments

Comments
 (0)