Skip to content

Commit

Permalink
Comment out unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sroy3 committed Sep 5, 2024
1 parent 52032a9 commit db90c28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/k2-alpine/src/theme/tokens/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ const white = {
neutral50: '#F2F2F3' // White Lilac
}

const success = {
/* const success = {
success: '#3AC489', // Shamrock
success2: '#47C4AF' // Puerto Rico
}
} */

const glass = {
light: 'rgba(255, 255, 255, 0.6)', // #FFFFFF
Expand All @@ -21,7 +21,7 @@ const glass = {
dark3: 'rgba(197, 197, 200, 0.25)' // #C5C5C8
}

const gradient = {
/* const gradient = {
green: {
step0: '#1CC51D',
stepF: '#47C4AF'
Expand Down Expand Up @@ -57,7 +57,7 @@ const gradient = {
step0: '#30BEFE',
stepF: '#FF7683'
}
}
} */

export const darkModeColors = {
$primaryBackground: white.neutral,
Expand Down

0 comments on commit db90c28

Please sign in to comment.