Skip to content

Commit

Permalink
Changes palette type
Browse files Browse the repository at this point in the history
  • Loading branch information
cgjohn committed Nov 15, 2024
1 parent b3d9a20 commit 6867d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tackle-box/lib/vars/colors.stylex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { VarKeys } from "@/utils/types";
// Based off of:
// https://www.figma.com/design/ejI1OJnIyNbqiPw94FwzDp/Mobile-App?node-id=1672-3924&t=MMrHs0Y0V34oxa3X-4
// Base color palette (not sold on name `neutral`)
export const palette = {
export const palette = css.defineVars({
neutral0: "#000000", // Pure black
neutral5: "#0D0D0D",
neutral10: "#101010", // Dark background
Expand Down Expand Up @@ -32,7 +32,7 @@ export const palette = {
white: "#FFFFFF",
gray: "#7F7F7F",
pink: "#FFC0CB",
};
});

// Theme tokens
export const colors = css.defineVars({
Expand Down

0 comments on commit 6867d22

Please sign in to comment.