Skip to content

Commit

Permalink
fix HEX for Dark Button Colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaycevq committed Jul 21, 2023
1 parent 6dae4b8 commit 4faafc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/themeDescriptions/base/paradigm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export const darkColors: ColorsDescription = {
colorTextContrastThemed: '#2C2D2E',
colorLinkContrast: '#FFFFFF',
colorTextPositive: '#0DC268',
colorTextButton: '#3C82FD',
colorTextButton: '#FFFFFF',

// Icons
colorIconAccent: '#3C82FD',
Expand All @@ -221,7 +221,7 @@ export const darkColors: ColorsDescription = {
colorIconContrastThemed: '#2C2D2E',
colorIconPositive: '#0DC268',
colorIconContrastSecondary: '#F2F3F5',
colorIconButton: '#3C82FD',
colorIconButton: '#FFFFFF',

// Stroke
colorStrokeAccent: '#3C82FD',
Expand All @@ -236,7 +236,7 @@ export const darkColors: ColorsDescription = {
colorSeparatorPrimary2x: '#202022',
colorSeparatorPrimary3x: '#2d2d2f',
colorStrokePositive: '#0DC268',
colorStrokeButton: '#3C82FD',
colorStrokeButton: '#FFFFFF',

// Palette
colorAccentBlue: '#2775FC',
Expand Down
6 changes: 3 additions & 3 deletions src/themeDescriptions/base/vk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const darkColors: ColorsDescription = {
colorTextLinkVisited: '#4986CC',
colorTextMuted: '#E1E3E6',
colorLinkContrast: '#FFFFFF',
colorTextButton: '#529EF4',
colorTextButton: '#FFFFFF',

// Icons
colorIconAccent: '#529EF4',
Expand All @@ -238,7 +238,7 @@ export const darkColors: ColorsDescription = {
colorIconContrastSecondary: '#F2F3F5',
colorIconPositive: '#4BB34B',
colorIconNegative: '#FF5C5C',
colorIconButton: '#529EF4',
colorIconButton: '#FFFFFF',

// Stroke
colorStrokeAccent: '#529EF4',
Expand All @@ -253,7 +253,7 @@ export const darkColors: ColorsDescription = {
colorStrokeContrast: '#FFFFFF',
colorImageBorderAlpha: 'rgba(255, 255, 255, 0.08)',
colorFieldBorderAlpha: 'rgba(255, 255, 255, 0.12)',
colorStrokeButton: '#529EF4',
colorStrokeButton: '#FFFFFF',

// Palette
colorAccentBlue: '#529EF4',
Expand Down

0 comments on commit 4faafc6

Please sign in to comment.