Skip to content

image not visible without setting imageColor #1034

@areknow

Description

@areknow

Without setting an image color, it appears that the icon does not render:

Image
const USER_MENU: MenuAction[] = [
  {
    id: "add",
    title: "Add",
    image: "plus",
    // imageColor: "black",
  },
];

After setting a color:

Image
const USER_MENU: MenuAction[] = [
  {
    id: "add",
    title: "Add",
    image: "plus",
    imageColor: "black",
  },
];

I believe this may be due to the new architecture migration. In an older project of mine, I do not have the above issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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