mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-12 14:48:45 +00:00

These variants of the fluent style will use either the light or the dark color scheme, regardless of the system wide setting.
5 lines
257 B
Text
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 }
|