mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Updating Box to remove color prop default (Fixes develop) (#15613)
This commit is contained in:
parent
b9c301abfd
commit
0cb6fd1202
@ -185,7 +185,7 @@ export default function Box({
|
|||||||
children,
|
children,
|
||||||
className,
|
className,
|
||||||
backgroundColor,
|
backgroundColor,
|
||||||
color = TEXT_COLORS.TEXT_DEFAULT,
|
color,
|
||||||
as = 'div',
|
as = 'div',
|
||||||
...props
|
...props
|
||||||
}) {
|
}) {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
exports[`ViewOnBlockExplorer renders the component with initial props 1`] = `
|
exports[`ViewOnBlockExplorer renders the component with initial props 1`] = `
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
class="box view-on-block-explorer box--margin-top-6 box--flex-direction-row box--color-text-default"
|
class="box view-on-block-explorer box--margin-top-6 box--flex-direction-row"
|
||||||
>
|
>
|
||||||
<button>
|
<button>
|
||||||
View Swap at etherscan.io
|
View Swap at etherscan.io
|
||||||
|
Loading…
Reference in New Issue
Block a user