forked from vergnet/application-amicale
Fixed black gradient on ios
This commit is contained in:
parent
5ba63da3d4
commit
41f869952a
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ export default class DashboardItem extends React.Component<Props> {
|
||||||
div: {color: ThemeManager.getCurrentThemeVariables().textColor},
|
div: {color: ThemeManager.getCurrentThemeVariables().textColor},
|
||||||
}}/>
|
}}/>
|
||||||
<LinearGradient
|
<LinearGradient
|
||||||
colors={['transparent', ThemeManager.getCurrentThemeVariables().cardDefaultBg]}
|
colors={['rgba(255,255,255,0)', ThemeManager.getCurrentThemeVariables().cardDefaultBg]}
|
||||||
start={{x: 0, y: 0}}
|
start={{x: 0, y: 0}}
|
||||||
end={{x: 0, y: 0.6}}
|
end={{x: 0, y: 0.6}}
|
||||||
// end={[0, 0.6]}
|
// end={[0, 0.6]}
|
||||||
|
|
Loading…
Reference in a new issue