Skip to content

[API Bug] tintColor does not work since 1.25.0  #15

@tonka3000

Description

@tonka3000

Raycast version: 1.25.0

Description

Since 1.25.0 tintColor seems not to work anymore. It does not work in the list view and also not in the actions menu. Regardless which tintColor is given, the icon is still the same.

Steps To Reproduce

  1. Create a new extension via the raycast command Create extension
  2. Choose the List with networking template
  3. goto src/index.tsx line 37

    Change icon="list-icon.png" to icon={{source:"list-icon.png", tintColor:Color.Red}}
  4. Icon is still the same

The current behavior

The icon get no tintColor at all.

Here is an screenshot of y GitLab extension in 1.25.0. The icons are black, but the tintColor is PrimaryText.
image

The expected behavior

Icon should respect given tintColor.

/cc @thomaspaulmann

Metadata

Metadata

Assignees

Labels

apiIssues related to APIbugSomething isn't workingstatus: fixed in next releaseThe issue will be closed once next release is available

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions