Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/main' into preview-display-apps/…
…kira-pilot
  • Loading branch information
Kira-Pilot committed Dec 5, 2023
commit 9fbab5944f028ddb3b49d76d53c478daed1c42be
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const VSCodeDesktopButton: FC<
selectVariant("vscode");
}}
>
<VSCodeIcon sx={{ width: 12, height: 12 }} />
<VSCodeIcon css={{ width: 12, height: 12 }} />
{DisplayAppNameMap["vscode"]}
</MenuItem>
<MenuItem
Expand All @@ -106,7 +106,7 @@ export const VSCodeDesktopButton: FC<
selectVariant("vscode-insiders");
}}
>
<VSCodeInsidersIcon sx={{ width: 12, height: 12 }} />
<VSCodeInsidersIcon css={{ width: 12, height: 12 }} />
{DisplayAppNameMap["vscode_insiders"]}
</MenuItem>
</Menu>
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.