Skip to content

Commit

Permalink
modify rgba colors to hex
Browse files Browse the repository at this point in the history
  • Loading branch information
briansztamfater committed Jul 6, 2022
1 parent b14337c commit 81d2ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/quo2/foundations/colors.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@
(def ui-background-02-light "#F5F9FA")

;; divider
(def divider-light "rgba(237, 242, 244, 1)")
(def divider-dark "rgba(14, 22, 32, 1)")
(def divider-light "#EDF2f4")
(def divider-dark "#0E1620")

;; Visibility status

Expand Down

0 comments on commit 81d2ce7

Please sign in to comment.