Skip to content

Dark theme background #7

@ahuang11

Description

@ahuang11

I'm trying to use PyCafe with mkdocs dark theme, but the widgets are not properly colored, so I tried adding a background: white to the style, but to no avail

image

With a light theme:
image

https://panel-extensions.github.io/panel-full-calendar/examples/#adding-events

In Panel:

import panel as pn
from panel_full_calendar import Calendar

pn.extension(template="fast", theme="dark")


calendar = Calendar(sizing_mode="stretch_both")
calendar.show()
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions