// Copyright (c) 2022-2023 Unfolded Circle ApS and/or its affiliates. <hello@unfoldedcircle.com>
// SPDX-License-Identifier: GPL-3.0-or-later

import QtQuick 2.15

Rectangle {
    color: "transparent"
    border.color: "pink"
    border.width: 1
    anchors.fill: parent
}
