File tree Expand file tree Collapse file tree 6 files changed +6
-1
lines changed
components/conversation/message/message-item Expand file tree Collapse file tree 6 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const DateBreakText = styled.div`
12
12
font-weight: bold;
13
13
text-align: center;
14
14
15
- color: var(--text-primary -color);
15
+ color: var(--text-last-seen-indicator -color);
16
16
` ;
17
17
18
18
export const MessageDateBreak = ( props : { timestamp : number ; messageId : string } ) => {
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ export const classicDark: ThemeColorVariables = {
26
26
'--message-bubbles-received-text-color' : 'var(--text-primary-color)' ,
27
27
28
28
'--text-author-color' : THEMES . CLASSIC_DARK . HIGHLIGHT ,
29
+ '--text-last-seen-indicator-color' : THEMES . CLASSIC_DARK . HIGHLIGHT ,
29
30
30
31
'--menu-button-background-color' : 'var(--primary-color)' ,
31
32
'--menu-button-background-hover-color' : THEMES . CLASSIC_DARK . COLOR4 ,
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ export const classicLight: ThemeColorVariables = {
26
26
'--message-bubbles-received-text-color' : 'var(--text-primary-color)' ,
27
27
28
28
'--text-author-color' : THEMES . CLASSIC_LIGHT . HIGHLIGHT ,
29
+ '--text-last-seen-indicator-color' : THEMES . CLASSIC_LIGHT . HIGHLIGHT ,
29
30
30
31
'--menu-button-background-color' : THEMES . CLASSIC_LIGHT . COLOR0 ,
31
32
'--menu-button-background-hover-color' : THEMES . CLASSIC_LIGHT . COLOR1 ,
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export const oceanDark: ThemeColorVariables = {
27
27
'--message-bubbles-received-text-color' : 'var(--text-primary-color)' ,
28
28
29
29
'--text-author-color' : THEMES . OCEAN_DARK . HIGHLIGHT ,
30
+ '--text-last-seen-indicator-color' : THEMES . OCEAN_DARK . HIGHLIGHT ,
30
31
31
32
'--menu-button-background-color' : 'var(--primary-color)' ,
32
33
'--menu-button-background-hover-color' : THEMES . OCEAN_DARK . COLOR6 ,
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export const oceanLight: ThemeColorVariables = {
27
27
'--message-bubbles-received-text-color' : 'var(--text-primary-color)' ,
28
28
29
29
'--text-author-color' : THEMES . OCEAN_LIGHT . HIGHLIGHT ,
30
+ '--text-last-seen-indicator-color' : THEMES . OCEAN_LIGHT . HIGHLIGHT ,
30
31
31
32
'--menu-button-background-color' : 'var(--primary-color)' ,
32
33
'--menu-button-background-hover-color' : THEMES . OCEAN_LIGHT . COLOR3 ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export type ThemeColorVariables = {
12
12
'--text-secondary-color' : string ;
13
13
'--text-selection-color' : string ;
14
14
'--text-author-color' : string ;
15
+ '--text-last-seen-indicator-color' : string ;
15
16
16
17
/* Borders */
17
18
'--border-color' : string ;
You can’t perform that action at this time.
0 commit comments