Configured colours and added additional images to ready app for iOS 13 dark mode

This commit is contained in:
Deniz Duezgoeren
2019-10-08 21:37:42 +02:00
parent b7bc097664
commit 85efe3955d
310 changed files with 6512 additions and 4492 deletions
+3 -3
View File
@@ -440,12 +440,12 @@ public class Evaluator {
open override func toString() -> String {
if (a == 0) {
return ":\(getPseudoClass)(\(b))"
return ":\(getPseudoClass())(\(b))"
}
if (b == 0) {
return ":\(getPseudoClass)(\(a))"
return ":\(getPseudoClass())(\(a))"
}
return ":\(getPseudoClass)(\(a)\(b))"
return ":\(getPseudoClass())(\(a)\(b))"
}
open func getPseudoClass() -> String {