chromium/components/browser_ui/accessibility/android/java/res/values/styles.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2022 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<resources>
    <style name="TextAppearance.AccessibilityTextPreference">
        <item name="android:textColor">?android:attr/textColorPrimary</item>
    </style>

    <style name="TextAppearance.PageZoomResetButton" parent="TextButton">
        <item name="android:textSize">@dimen/text_size_large</item>
    </style>
</resources>