Skip to content

Commit c4b4474

Browse files
authored
style: change quote author colour to grey (#104)
- changed quote author's namecolour to #666 grey
1 parent 72d9306 commit c4b4474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ps/commands/quotes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function FormatQuote({
195195
{addedBy && dateAdded && (
196196
<>
197197
<span style={{ fontSize: 10, opacity: 0.6, marginTop: 6 }}>Added by&nbsp;</span>
198-
<UsernamePS name={addedBy} style={{ fontSize: 10 }} clickable />
198+
<UsernamePS name={addedBy} style={{ fontSize: 10, color: '#666' }} clickable />
199199
<span style={{ fontSize: 10, opacity: 0.6, marginTop: 6 }}>&nbsp;on {dateAdded}</span>
200200
</>
201201
)}

0 commit comments

Comments
 (0)