Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
SorinC6 committed Sep 27, 2024
1 parent db6f798 commit ef1cceb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/yoroi-extension/app/styles/globalStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ type ColorPaletteForStyles = {|
|};

export function getMainYoroiPalette(theme: ColorPaletteForStyles): { [string]: string | number } {
console.log('theme', theme);
// if (theme.name === 'light-theme' || theme.name === 'dark-theme') return {};

return {
Expand Down

0 comments on commit ef1cceb

Please sign in to comment.