Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add color to ThemeIcon #106491

Merged
merged 1 commit into from
Sep 16, 2020
Merged

Add color to ThemeIcon #106491

merged 1 commit into from
Sep 16, 2020

Conversation

alexr00
Copy link
Member

@alexr00 alexr00 commented Sep 11, 2020

Part of #103120

@alexr00 alexr00 requested a review from aeschli September 11, 2020 13:10
@alexr00 alexr00 self-assigned this Sep 11, 2020
@alexr00 alexr00 added this to the September 2020 milestone Sep 11, 2020
}

export namespace ThemeIcon {
export function isThemeIcon(obj: any): obj is ThemeIcon {
export function isThemeIcon(obj: any): obj is ThemeIcon | { id: string } {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aeschli I added the | { id: string } here because bulkEditTree.ts relies on ThemeIcon only having an id.

@alexr00 alexr00 merged commit 10c7db8 into master Sep 16, 2020
@alexr00 alexr00 deleted the alexr00/iconColor branch September 16, 2020 09:20
@github-actions github-actions bot locked and limited conversation to collaborators Oct 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants