mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
Merge pull request #2299 from urbit/mp/os1/link/unread-gray
link: correct unread color class
This commit is contained in:
commit
2b3c4b68be
@ -48,7 +48,7 @@ export class LinkItem extends Component {
|
||||
let hostname = URLparser.exec(props.url);
|
||||
|
||||
const seenState = props.seen
|
||||
? "grey2"
|
||||
? "gray2"
|
||||
: "green2 pointer";
|
||||
const seenAction = props.seen
|
||||
? ()=>{}
|
||||
|
Loading…
Reference in New Issue
Block a user