mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 21:04:47 +00:00

The text color for the text input that has the focus is the normal "on-surface" color according to https://m3.material.io/components/text-fields/specs Also fix the selection color of the TextEdit
5 lines
329 B
Text
5 lines
329 B
Text
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
|
|
|
|
import { StyleMetrics, ScrollView, Button, ListItem, Palette } from "../fluent-base/std-widgets-impl.slint";
|
|
export { StyleMetrics, ScrollView, Button, ListItem, Palette }
|