rn,overflow-menu: improve drag icon
This commit is contained in:
parent
82b14ba7f1
commit
44d7828e9c
|
@ -172,9 +172,7 @@ ColorSchemeRegistry.register('BottomSheet', {
|
||||||
},
|
},
|
||||||
|
|
||||||
expandIcon: {
|
expandIcon: {
|
||||||
color: schemeColor('icon'),
|
color: schemeColor('icon')
|
||||||
fontSize: 48,
|
|
||||||
opacity: 0.8
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
width="128"
|
||||||
width="24"
|
height="32"
|
||||||
height="24"
|
viewBox="0 0 128 32">
|
||||||
viewBox="0 0 24 24">
|
<path
|
||||||
<path
|
d="m 19.431133,13.973662 h 90.198887 c 4.85877,0 4.20737,0.903746 4.20737,2.026338 0,1.122591 0.33306,2.026338 -4.52571,2.026338 H 19.218901 c -4.858774,0 -4.844061,-0.903747 -4.844061,-2.026338 0,-1.122592 0.197519,-2.026338 5.056293,-2.026338 z" />
|
||||||
d="m 5.6875,10.59375 h 12.625 c 0.779062,0 1.40625,0.627187 1.40625,1.40625 0,0.779062 -0.627188,1.40625 -1.40625,1.40625 H 5.6875 c -0.7790625,0 -1.40625,-0.627188 -1.40625,-1.40625 0,-0.779063 0.6271875,-1.40625 1.40625,-1.40625 z"
|
|
||||||
id="rect3711" />
|
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 424 B |
Loading…
Reference in New Issue