Skip to content

Commit

Permalink
theme: deprecate priceCard tokens from src/theme
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Sep 8, 2024
1 parent 0a32fb6 commit 069f28c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,6 @@ const lightColors = {
primaryHover: "rgba(28, 28, 225, 0.8)",
primaryActive: primaryLight600,
lightBorder: "#ececec",
priceCardBackgroundPositive:
"linear-gradient( 0, rgba(207, 236, 224, 0.6) 0%, rgba(207, 236, 224, 0) 100%)",
priceCardBackgroundNegative:
"linear-gradient(180deg, rgba(241, 204, 204, 0.4) 0%, rgba(241, 204, 204, 0) 100%)",
priceCardBorder: "#ececec",
priceCardBorderNegative: "#ececec",
searchBorder: "#7f7f7f",
searchBackground: white,
searchBackgroundEmpty: "#f2f2f2",
Expand Down Expand Up @@ -289,11 +283,6 @@ const darkColors = {
primary200: primaryDark200,
primary100: primaryDark100,
lightBorder: "#404040",
priceCardBackgroundPositive: "transparent",
priceCardBackgroundNegative: "transparent",
priceCardBackground: "transparent",
priceCardBorder: success700,
priceCardBorderNegative: fail300,
searchBorder: "#b2b2b2",
searchBackground: "#4c4c4c",
searchBackgroundEmpty: "#333333",
Expand Down

0 comments on commit 069f28c

Please sign in to comment.