Skip to content

Setting separate theme for panels does not work #165

@dmenne

Description

@dmenne

This example is from f7Tab, but any other one would do. The color of the panels is always the base color of the app, different settings are not honoured.

      panels = tagList(
        f7Panel(title = "Left Panel", side = "left", theme = "light", "Blabla", effect = "cover"),
        f7Panel(title = "Right Panel", side = "right", theme = "dark", "Blabla", effect = "cover")
      ),

Possibly related: In shinyMobile.js, `dark_mode is not defined.

            if (dark_mode) $(newTab).css("background-color", "");

Metadata

Metadata

Assignees

No one assigned

    Labels

    Framework7This issue comes from the original templatefixed-in-rc-1.0.0Fixed in latest devel

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions