mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
Merge remote-tracking branch 'origin/mp/hark/qa-11-11' into lf/hark-qa-fixes
This commit is contained in:
commit
5d8d84a7f4
@ -51,8 +51,8 @@ function describeNotification(description: string, plural: boolean) {
|
||||
}
|
||||
|
||||
const GraphUrl = ({ url, title }) => (
|
||||
<Box borderRadius="1" p="2" bg="washedGray">
|
||||
<Anchor target="_blank" color="gray" href={url}>
|
||||
<Box borderRadius="2" p="2" bg="scales.black05">
|
||||
<Anchor underline={false} target="_blank" color="black" href={url}>
|
||||
<Icon verticalAlign="bottom" mr="2" icon="ArrowExternal" />
|
||||
{title}
|
||||
</Anchor>
|
||||
|
@ -87,9 +87,9 @@ function NotificationWrapper(props: {
|
||||
|
||||
const changeMuteDesc = isMuted ? "Unmute" : "Mute";
|
||||
return (
|
||||
<Row alignItems="center" justifyContent="space-between">
|
||||
<Row alignItems="top" justifyContent="space-between">
|
||||
{children}
|
||||
<Row gapX="2" p="2" alignItems="center">
|
||||
<Row gapX="2" p="2" pt='3' alignItems="top">
|
||||
<StatelessAsyncAction name={changeMuteDesc} onClick={onChangeMute} backgroundColor="transparent">
|
||||
{changeMuteDesc}
|
||||
</StatelessAsyncAction>
|
||||
|
Loading…
Reference in New Issue
Block a user