Remove use of flatten where possible (#9325)
* remove use of flatten where possible * restore flatten where it says it's needed * missing utils alpha
This commit is contained in:
@@ -296,7 +296,7 @@ export function Link({
|
||||
return (
|
||||
<Button
|
||||
{...rest}
|
||||
style={[a.justify_start, flatten(rest.style)]}
|
||||
style={[a.justify_start, rest.style]}
|
||||
role="link"
|
||||
accessibilityRole="link"
|
||||
href={href}
|
||||
|
||||
Reference in New Issue
Block a user