slint/internal/compiler/widgets/fluent-light/std-widgets-impl.slint
Simon Hausmann 871a06224f Add support for fluent-light and fluent-dark styles
These variants of the fluent style will use either the light or the dark color scheme,
regardless of the system wide setting.
2022-10-26 13:30:09 +02:00

5 lines
257 B
Text

// Copyright © SixtyFPS GmbH <info@slint-ui.com>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
import { StyleMetrics, ScrollView, Button } from "../fluent-base/std-widgets-impl.slint";
export { StyleMetrics, ScrollView, Button }