Skip to content

Commit 0093b38

Browse files
committed
coderabbit's qa fixed
1 parent df2f878 commit 0093b38

File tree

2 files changed

+2
-2
lines changed
  • src
    • components/color-scheme-preview
    • plugins/global-settings/color-schemes

2 files changed

+2
-2
lines changed

src/components/color-scheme-preview/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const ALTERNATE_COLOR_SCHEME_COLORS = {
3131
backgroundColor: { desktop: '#0f0e17' },
3232
headingColor: { desktop: '#fffffe' },
3333
textColor: { desktop: '#fffffe' },
34-
linkColor: { desktop: '#fffffe' },
34+
linkColor: { desktop: '#f00069' },
3535
accentColor: { desktop: '#f00069' },
3636
buttonBackgroundColor: { desktop: '#f00069' },
3737
buttonTextColor: { desktop: '#fffffe' },

src/plugins/global-settings/color-schemes/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public function extend_color_scheme( $old_version, $new_version ) {
201201
if ( ! $color_schemes ) {
202202
$scheme = array(
203203
array(
204-
'name' => 'Alternate Scheme',
204+
'name' => __( 'Alternate Scheme', STACKABLE_I18N ),
205205
'key' => 'scheme-default-3',
206206
'colorScheme' => array(
207207
'backgroundColor' => array( 'desktop' => '#0f0e17' ),

0 commit comments

Comments
 (0)