Skip to content

Commit

Permalink
= omitted
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 23, 2025
1 parent 4a80bb8 commit 6fba160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/my-calendar-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function mc_style_variables( $styles = array() ) {
),
);
foreach ( $core_styles as $key => $value ) {
if ( 'text' === $key || 'sizing' == $key ) {
if ( 'text' === $key || 'sizing' === $key ) {
foreach ( $value as $var => $text ) {
if ( ! isset( $styles[ $key ][ $var ] ) ) {
$styles[ $key ][ $var ] = $text;
Expand Down

0 comments on commit 6fba160

Please sign in to comment.