rn,overflow-menu: improve drag icon

pull/7865/head
Saúl Ibarra Corretgé 4 years ago committed by Saúl Ibarra Corretgé
parent 82b14ba7f1
commit 44d7828e9c
  1. 4
      react/features/base/dialog/components/native/styles.js
  2. 10
      react/features/base/icons/svg/drag-handle.svg

@ -172,9 +172,7 @@ ColorSchemeRegistry.register('BottomSheet', {
},
expandIcon: {
color: schemeColor('icon'),
fontSize: 48,
opacity: 0.8
color: schemeColor('icon')
},
/**

@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="24"
height="24"
viewBox="0 0 24 24">
width="128"
height="32"
viewBox="0 0 128 32">
<path
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" />
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" />
</svg>

Before

Width:  |  Height:  |  Size: 474 B

After

Width:  |  Height:  |  Size: 424 B

Loading…
Cancel
Save