这是indexloc提供的服务,不要输入任何密码
Skip to content

BUG: Presentation mode background overrides slide background and it's all dark. #11

@ryan-roemer

Description

@ryan-roemer

Might be pepcak, but for:

        <Slide>
          <Heading size={2}>
            The web is <em>massively</em> moving to the <em>frontend</em>
          </Heading>
        </Slide>

I get:

screen shot 2015-09-09 at 6 46 12 pm

However, if I manually specify a bgColor like:

        <Slide bgColor="primary">
          <Heading size={2}>
            The web is <em>massively</em> moving to the <em>frontend</em>
          </Heading>
        </Slide>

it does pick up the correct background.

/cc @ken_wheeler @paulathevalley

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions