File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export const SendMessageButton = (props: {
196196 < >
197197 { ! ! profile . keywords ?. length && (
198198 < div className = { 'w-full border border-canvas-100 rounded-xl p-2' } >
199- < p className = { 'text-ink-1000/55 mb-2 text-xs' } >
199+ < p className = { 'text-ink-1000/75 mb-2 text-xs' } >
200200 { t (
201201 'send_message.keywords_hint' ,
202202 `Insert some of {name} topics in your message` ,
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ export const PrivateChat = (props: {
253253
254254 return (
255255 < Col className = "w-full" >
256- < Row className = { 'border-ink-200 bg-canvas-50 h-14 items-center gap-1 border-b rounded-xl' } >
256+ < Row className = { 'border-ink-200 h-14 items-center gap-1 border-b rounded-xl' } >
257257 < BackButton className = "self-stretch" />
258258 { members && members . length > 0 ? (
259259 < MultipleOrSingleAvatars
Original file line number Diff line number Diff line change 244244 /*--color-ink-50: 17 17 17; !* #111111 *!*/
245245 /*--color-ink-0: 0 0 0; !* black *!*/
246246
247- --color-canvas-25 : 0 0 0 ;
248- --color-canvas-0 : 20 20 20 ;
247+ --color-canvas-0 : 0 0 0 ;
248+ --color-canvas-25 : 20 20 20 ;
249249 --color-canvas-50 : 20 20 20 ;
250250 --color-canvas-100 : 40 40 40 ;
251251 --color-canvas-200 : 60 60 60 ;
You can’t perform that action at this time.
0 commit comments