Skip to content

Commit

Permalink
fix colors after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfarrant committed Dec 17, 2024
1 parent b4992a8 commit 5fe8759
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ module.exports = {
},
title: {
bgColor: {
value: 'linear-gradient(#01040966, var(--base-color-scale-transparent))',
dark: 'linear-gradient(#01040966, var(--base-color-scale-transparent))',
value: 'linear-gradient(180deg, #000000e6, #00000073 66%, transparent)',
dark: 'linear-gradient(180deg, #000000e6, #00000073 66%, transparent)',
},
fgColor: {
value: 'var(--base-color-scale-gray-0)',
Expand All @@ -26,8 +26,8 @@ module.exports = {
},
controls: {
bgColor: {
value: 'linear-gradient(var(--base-color-scale-transparent), #01040966)',
dark: 'linear-gradient(var(--base-color-scale-transparent), #01040966)',
value: '#000000bf',
dark: '#000000bf',
},
fgColor: {
value: 'var(--base-color-scale-gray-0)',
Expand Down Expand Up @@ -65,8 +65,8 @@ module.exports = {
dark: 'var(--base-color-scale-gray-0)',
},
progress: {
value: 'var(--base-color-scale-blue-5)',
dark: 'var(--base-color-scale-blue-5)',
value: 'var(--base-color-scale-blue-4)',
dark: 'var(--base-color-scale-blue-4)',
},
},
},
Expand Down

0 comments on commit 5fe8759

Please sign in to comment.