Skip to content

Commit

Permalink
QZ-766 Navigation color schemes (#38)
Browse files Browse the repository at this point in the history
* QZ-766 Navigation color schemes

* QZ-766 Bump Xcode version used during build

* Add built client styles

Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
itjhai-qz and actions-user authored Apr 15, 2022
1 parent 0205347 commit 9248587
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v2

- name: Switch to Xcode 11
run: ls /Applications; sudo xcode-select -s /Applications/Xcode_11.5.app
run: ls /Applications; sudo xcode-select -s /Applications/Xcode_11.7.app

- run: swift package generate-xcodeproj

Expand Down
5 changes: 5 additions & 0 deletions scss/color-scheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@
approximation of the default theme (Quartz Light).
*/
$accent: var(--color-accent, tokens.$color-accent-blue);
$accent-navigation: var(--color-accent-navigation, tokens.$color-accent-blue);
$background-1: var(--color-background-1, tokens.$color-off-white);
$background-1-transparent: var(--color-background-1-transparent, rgba(255, 255, 255, 0.000001));
$background-2: var(--color-background-2, tokens.$color-white);
$background-3: var(--color-background-3, rgba(0, 0, 0, 0.15));
$background-4: var(--color-background-4, tokens.$color-white);
$background-navigation: var(--color-background-navigation, tokens.$color-off-white);
$background-navigation-faint: var(--color-background-navigation-faint, tokens.$color-white);
$background-modal: var(--color-background-modal, rgba(0, 0, 0, 0.98));
$border-decorative: var(--color-border-decorative, rgba(0, 0, 0, 0.15));
$border-interactive: var(--color-border-interactive, rgba(0, 0, 0, 0.3));
$highlight: var(--color-highlight, rgba(22, 141, 217, 0.2));
$typography: var(--color-typography, tokens.$color-black);
$typography-faint: var(--color-typography-faint, rgba(0, 0, 0, 0.7));
$typography-inverted: var(--color-typography-inverted, tokens.$color-white);
$typography-navigation: var(--color-typography-navigation, tokens.$color-black);
$typography-navigation-faint: var(--color-typography-navigation-faint, rgba(0, 0, 0, 0.7));
2 changes: 1 addition & 1 deletion scss/tokens.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Wed, 23 Mar 2022 19:06:38 GMT
// Generated on Fri, 15 Apr 2022 17:39:36 GMT

$size-breakpoint-tablet-portrait: 768px;
$size-breakpoint-tablet-landscape: 1024px;
Expand Down
2 changes: 1 addition & 1 deletion swift/QuartzStyles/QuartzStyles.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// QuartzStyles.swift
//
// Do not edit directly
// Generated on Wed, 23 Mar 2022 19:06:38 GMT
// Generated on Fri, 15 Apr 2022 17:39:36 GMT
//

import UIKit
Expand Down

0 comments on commit 9248587

Please sign in to comment.