Skip to content
On this page

Light URL

Parent: sidebar

A String which is the icon of the website when using light mode.

Example Usage

js
theme: SoftUI({
    icons: {
        sidebar: {
            lightUrl: "https://assistantscenter.com/wp-content/uploads/2021/11/cropped-cropped-logov6.png"
        }
    }
})

Types

Released under the MIT License.