Skip to content

Commit

Permalink
chore: New Lp Tag colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-fede committed Dec 9, 2022
1 parent c66c63e commit b3af036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Tag/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ export const lpTagVariants = {
export type LpTagVariants = typeof lpTagVariants[keyof typeof lpTagVariants];

export interface LpTagProps extends SpaceProps {
variant?: LpTagVariants;
variant: LpTagVariants;
}
4 changes: 2 additions & 2 deletions src/theme/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const lightColors: Colors = {
bubblegum: "linear-gradient(139.73deg, #E6FDFF 0%, #F3EFFF 100%)",
},
lpTagBg: {
ape: "linear-gradient(53.53deg, rgba(161, 101, 82, 0.2) 15.88%, rgba(225, 178, 66, 0.2) 92.56%)",
ape: "linear-gradient(53.53deg, rgba(161, 101, 82, 0.35) 15.88%, rgba(225, 178, 66, 0.35) 92.56%)",
uni: "rgba(213, 49, 113, 0.15)",
},
lpTagText: {
Expand Down Expand Up @@ -65,7 +65,7 @@ export const darkColors: Colors = {
uni: "rgba(213, 49, 113, 0.15)",
},
lpTagText: {
ape: "rgba(255, 255, 255, 0.5)",
ape: "rgba(255, 255, 255, 0.75)",
uni: "#D53171",
},
primaryButtonDisable: "rgba(241, 234, 218, 0.5)",
Expand Down

0 comments on commit b3af036

Please sign in to comment.