mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Merge pull request #8208 from jdauphant/patch-1
Remove hardcoded color on save button
This commit is contained in:
commit
27ed0fe13f
2 changed files with 3 additions and 2 deletions
1
changelog.d/8208.bugfix
Normal file
1
changelog.d/8208.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Replace hardcoded colors by theming colors on save button.
|
|
@ -5,12 +5,12 @@
|
|||
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="M9.818,18.787L14.705,23.818L26.182,12"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffffff"
|
||||
android:strokeColor="?colorOnPrimary"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
||||
|
|
Loading…
Add table
Reference in a new issue