Skip to content

Commit

Permalink
fix(DarkMode): Fix dark mode colors in classic o2 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost authored Apr 27, 2021
1 parent 18e3d9d commit 7e6a7f6
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Mistica/Source/Colors/O2ClassicColorPalette.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct O2ClassicColors: Colors {
let borderLight = O2ClassicColorPalette.grey1 | O2ClassicColorPalette.darkModeBlack
let border = O2ClassicColorPalette.grey3 | O2ClassicColorPalette.darkModeGrey
let borderDark = O2ClassicColorPalette.grey5 | O2ClassicColorPalette.grey5
let borderSelected = O2ClassicColorPalette.o2Gem | O2ClassicColorPalette.o2SkyBlue
let borderSelected = O2ClassicColorPalette.o2Gem | O2ClassicColorPalette.o2Gem

// BUTTONS
let buttonDangerBackground = O2ClassicColorPalette.pepper
Expand Down Expand Up @@ -74,12 +74,12 @@ struct O2ClassicColors: Colors {

// CONTROLS
let control = O2ClassicColorPalette.grey3 | O2ClassicColorPalette.darkModeGrey6
let controlActivated = O2ClassicColorPalette.o2Gem | O2ClassicColorPalette.o2SkyBlue
let controlActivated = O2ClassicColorPalette.o2Gem | O2ClassicColorPalette.o2Gem
let controlError = O2ClassicColorPalette.pepper
let loadingBar = O2ClassicColorPalette.o2Gem | O2ClassicColorPalette.o2SkyBlue
let loadingBar = O2ClassicColorPalette.o2Gem | O2ClassicColorPalette.o2Gem
let loadingBarBackground = O2ClassicColorPalette.o2GemLight30 | O2ClassicColorPalette.white.withAlphaComponent(0.05)
let loadingBarBackgroundInverse = O2ClassicColorPalette.o2GemLight30 | O2ClassicColorPalette.darkModeGrey // deprecated soon
let loadingBarInverse = O2ClassicColorPalette.o2Gem | O2ClassicColorPalette.o2SkyBlue // deprecated soon
let loadingBarInverse = O2ClassicColorPalette.o2Gem | O2ClassicColorPalette.o2Gem // deprecated soon

// DIVIDERS
let divider = O2ClassicColorPalette.grey2 | O2ClassicColorPalette.white.withAlphaComponent(0.05)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e6a7f6

Please sign in to comment.