<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2024 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="ThemeOverlay.BrowserUI.ModalDialog" parent="Base.ThemeOverlay.BrowserUI.ModalDialog">
        <item name="android:windowMinWidthMajor">@dimen/modal_dialog_min_width</item>
        <item name="android:windowMinWidthMinor">@dimen/modal_dialog_min_width</item>
    </style>
</resources>
