Merge pull request #8142 from vector-im/yostyle/fix_sendbutton_color

Remove hardcoded color on send button
This commit is contained in:
Benoit Marty 2023-02-17 15:53:11 +01:00 committed by GitHub
commit 386814eac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

1
changelog.d/8142.bugfix Normal file
View File

@ -0,0 +1 @@
Replace hardcoded colors by theming colors on send button.

View File

@ -5,8 +5,8 @@
android:viewportHeight="36">
<path
android:pathData="M18,18m-18,0a18,18 0,1 1,36 0a18,18 0,1 1,-36 0"
android:fillColor="#0DBD8B"/>
android:fillColor="?colorPrimary"/>
<path
android:pathData="M27.83,19.085L12.26,26.867C11.21,27.391 10.119,26.266 10.632,25.24C10.632,25.24 12.561,21.343 13.092,20.322C13.623,19.301 14.231,19.124 19.874,18.395C20.083,18.368 20.253,18.21 20.253,18C20.253,17.79 20.083,17.632 19.874,17.605C14.231,16.876 13.623,16.699 13.092,15.678C12.561,14.658 10.632,10.76 10.632,10.76C10.119,9.734 11.21,8.609 12.26,9.133L27.83,16.915C28.725,17.362 28.725,18.638 27.83,19.085Z"
android:fillColor="#ffffff"/>
android:fillColor="?colorOnPrimary"/>
</vector>