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

<resources xmlns:tools="http://schemas.android.com/tools">
    <style name="TextAppearance.ClickableButtonInverse" parent="TextAppearance.Button.Text.Filled">
        <item name="android:textColor">@macro/default_text_color_accent1</item>
    </style>

    <style name="TextAppearance.HeaderTitle" parent="TextAppearance.TextAccentMediumThick">
        <item name="android:textColor">@color/header_title_text_color_list</item>
    </style>

</resources>
