mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Updated Text style in Tag Url (#16570)
* fixed truncate in tag url * updated snapshot testing Co-authored-by: Garrett Bear <gwhisten@gmail.com>
This commit is contained in:
parent
4c809a339d
commit
e6070df4b4
@ -3,7 +3,7 @@
|
|||||||
exports[`TagUrl should render the label inside the TagUrl 1`] = `
|
exports[`TagUrl should render the label inside the TagUrl 1`] = `
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
class="box mm-tag-url box--padding-right-4 box--padding-left-2 box--display-inline-flex box--gap-2 box--flex-direction-row box--align-items-center box--background-color-background-default box--rounded-pill box--border-color-border-default box--border-width-1 box--border-style-solid"
|
class="box mm-tag-url box--padding-right-4 box--padding-left-2 box--display-flex box--gap-2 box--flex-direction-row box--align-items-center box--background-color-background-default box--rounded-pill box--border-color-border-default box--border-width-1 box--border-style-solid"
|
||||||
data-testid="tag-url"
|
data-testid="tag-url"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
@ -38,7 +38,7 @@ export const TagUrl = ({
|
|||||||
paddingRight={4}
|
paddingRight={4}
|
||||||
gap={2}
|
gap={2}
|
||||||
borderRadius={BORDER_RADIUS.PILL}
|
borderRadius={BORDER_RADIUS.PILL}
|
||||||
display={DISPLAY.INLINE_FLEX}
|
display={DISPLAY.FLEX}
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
<AvatarFavicon imageSource={src} {...avatarFaviconProps} />
|
<AvatarFavicon imageSource={src} {...avatarFaviconProps} />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user