Skip to content

Commit

Permalink
Remove Network colors from color tokens - these were never used
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Dec 30, 2024
1 parent b8a193c commit 7bcbe80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
9 changes: 0 additions & 9 deletions src/components/Tag/Tag.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,3 @@ export const WithIcon: Story = {
icon: SettingsIcon,
},
}

export const NetworkTag: Story = {
args: {
background: 'ethereumDark',
color: 'white',
icon: SettingsIcon,
label: 'Ethereum',
},
}
27 changes: 0 additions & 27 deletions src/tokens/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,6 @@ export interface ColorTokens {
gradientBackdrop: string
gradientPrimary: string
gradientSecondary: string

// Network colors
arbitrumDark: string
arbitrumLight: string
avalanceDark: string
avalanceLight: string
bscDark: string
bscLight: string
ethereumDark: string
ethereumLight: string
gnosisDark: string
gnosisLight: string
polygonDark: string
polygonLight: string
}

const defaultColors = {
Expand All @@ -79,19 +65,6 @@ const defaultColors = {
)`,
gradientPrimary: `linear-gradient(89.69deg, #4411E1 0.27%, #7537F9 99.73%)`,
gradientSecondary: `linear-gradient(32.51deg, #951990 -15.23%, #3A35B1 48.55%, #20A8B0 100%)`,

arbitrumDark: '#212D44',
arbitrumLight: '#93D4FF',
avalanceDark: '#810C0C',
avalanceLight: '#FF8080',
bscDark: '#584508',
bscLight: '#FCCF43',
ethereumDark: '#132362',
ethereumLight: '#AABBFF',
gnosisDark: '#084246',
gnosisLight: '#8CF6FD',
polygonDark: '#350881',
polygonLight: '#C7A6FF',
}

const dark: ColorTokens = {
Expand Down

0 comments on commit 7bcbe80

Please sign in to comment.