Skip to content

Commit

Permalink
misspelling of variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
shall0pass committed Feb 2, 2024
1 parent 54d7e54 commit 92f0baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-client/src/style/themes/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const tableRowHeaderText = colorPalette.navy150;
export const sidebarBackground = colorPalette.navy900;
export const sidebarItemBackgroundPositive = colorPalette.green500;
export const sidebarItemBackgroundFailed = colorPalette.red300;
export const sidebarItemAccnetSelected = colorPalette.purple200;
export const sidebarItemAccentSelected = colorPalette.purple200;
export const sidebarItemBackgroundHover = colorPalette.navy700;
export const sidebarItemText = colorPalette.navy150;
export const sidebarItemTextSelected = colorPalette.purple200;
Expand Down

0 comments on commit 92f0baf

Please sign in to comment.