Skip to content

Dark mode material#75

Merged
coriander31415 merged 3 commits intodevelopfrom
dark-mode-material
Feb 12, 2021
Merged

Dark mode material#75
coriander31415 merged 3 commits intodevelopfrom
dark-mode-material

Conversation

@coriander31415
Copy link
Collaborator

@coriander31415 coriander31415 commented Feb 11, 2021

  • fix delete-item.component on favourites
  • translate button save
  • switch material components to dark mode
  • change material colors to our global variables
  • fix var rgba variables opacity
  • fix phone select dark-mode
  • fix eslint warning: @typescript-eslint/no-unsafe-member-access
    const dataMode = localStorage.getItem('rs_userMode');
    if (dataMode !== null) this.isDarkMode = JSON.parse(dataMode).name === "dark";

@coriander31415 coriander31415 merged commit 4923c0f into develop Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants