fix: reply text colors

fixes #1378
This commit is contained in:
hydrogen 2020-12-02 12:53:04 +02:00 committed by Iuri Matias
parent 4e1f712376
commit 69035176d5
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ Theme {
property color primaryMenuItemTextHover: almostBlack property color primaryMenuItemTextHover: almostBlack
property color backgroundTertiary: tenPercentBlue property color backgroundTertiary: tenPercentBlue
property color pillButtonTextColor: almostBlack property color pillButtonTextColor: almostBlack
property color chatReplyCurrentUser: evenDarkerGrey property color chatReplyCurrentUser: darkGrey
property color topBarChatInfoColor: evenDarkerGrey property color topBarChatInfoColor: evenDarkerGrey
property color codeBackground: "#2E386B" property color codeBackground: "#2E386B"

View File

@ -46,7 +46,7 @@ Theme {
property color primaryMenuItemTextHover: white property color primaryMenuItemTextHover: white
property color backgroundTertiary: tenPercentBlue property color backgroundTertiary: tenPercentBlue
property color pillButtonTextColor: white property color pillButtonTextColor: white
property color chatReplyCurrentUser: lighterDarkGrey property color chatReplyCurrentUser: darkGrey
property color topBarChatInfoColor: grey property color topBarChatInfoColor: grey
property color codeBackground: "#2E386B" property color codeBackground: "#2E386B"