Merged in fix/3697-prettier-configs (pull request #3396)
fix(SW-3691): Setup one prettier config for whole repo * Setup prettierrc in root and remove other configs Approved-by: Joakim Jäderberg Approved-by: Linus Flood
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { PaymentIconProps } from './IconProps'
|
||||
import { PaymentIconProps } from "./IconProps"
|
||||
|
||||
export const MobilePayIcon = (props: PaymentIconProps) => {
|
||||
return (
|
||||
@@ -18,13 +18,13 @@ export const MobilePayIcon = (props: PaymentIconProps) => {
|
||||
fill="#5A78FF"
|
||||
/>
|
||||
<path
|
||||
style={{ mixBlendMode: 'multiply' }}
|
||||
style={{ mixBlendMode: "multiply" }}
|
||||
opacity="0.7"
|
||||
d="M24.1699 5.49788L23.5317 5.76221L25.2864 9.99829L25.9245 9.73396L24.1699 5.49788Z"
|
||||
fill="url(#paint0_linear_5597_450)"
|
||||
/>
|
||||
<path
|
||||
style={{ mixBlendMode: 'multiply' }}
|
||||
style={{ mixBlendMode: "multiply" }}
|
||||
opacity="0.7"
|
||||
d="M27.3755 15.0441L28.0137 14.7798L26.0275 9.9847L25.3893 10.249L27.3755 15.0441Z"
|
||||
fill="url(#paint1_linear_5597_450)"
|
||||
@@ -33,7 +33,7 @@ export const MobilePayIcon = (props: PaymentIconProps) => {
|
||||
d="M26.5698 11.8656C25.2424 12.416 24.134 13.1748 23.4082 14.0894L21.5371 9.57038C22.3906 8.57877 23.477 7.81462 24.6987 7.34652C26.0262 6.79607 27.3673 6.52964 28.5068 6.68487L30.3784 11.2037C29.0736 11.1054 27.7649 11.3329 26.5698 11.8656Z"
|
||||
fill="#5A78FF"
|
||||
/>
|
||||
<g style={{ mixBlendMode: 'multiply' }} opacity="0.4">
|
||||
<g style={{ mixBlendMode: "multiply" }} opacity="0.4">
|
||||
<path
|
||||
opacity="0.9"
|
||||
d="M26.5694 11.8656C25.2419 12.416 24.1335 13.1748 23.4077 14.0894L21.5366 9.57038C22.3901 8.57877 23.4765 7.81462 24.6982 7.34652C26.0257 6.79607 27.3669 6.52964 28.5063 6.68487L30.3779 11.2037C29.0731 11.1054 27.7644 11.3329 26.5694 11.8656Z"
|
||||
|
||||
Reference in New Issue
Block a user