diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 16:53:57 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 16:53:57 +0300 |
| commit | 3546500269f5c99ba63ca2c3edb6b168d31f4761 (patch) | |
| tree | 2214eb2a04fe6ffe670a5aae9a395f3d6b10daa7 /org.fox.ttrss/src/main/res/layout/fragment_article.xml | |
| parent | dca0b1c5955003a4a3183a3b03a45dc982b0f453 (diff) | |
further color tweaks for dark mode
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/fragment_article.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/fragment_article.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/fragment_article.xml b/org.fox.ttrss/src/main/res/layout/fragment_article.xml index 32846c0d..8bc80d28 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml @@ -129,7 +129,7 @@ android:textAlignment="viewEnd" android:fontFamily="sans-serif-light" android:textAppearance="?android:attr/textAppearanceSmall" - android:textColor="?colorPrimary" + android:textColor="?colorSecondary" android:textSize="12sp" /> </LinearLayout> |