Skip to content

Commit

Permalink
- Update Content Calendar published default color #1523
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed Jan 8, 2024
1 parent 74ee17a commit f7f1e2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/calendar/calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -1729,6 +1729,8 @@ protected function get_post_status_options($post_status)
'draft' => '#f91d84',
'pending' => '#d87200',
'private' => '#000000',
'future' => '#655997',
'publish' => '#655997',
];

if (isset($default_status_colors[$post_status])) {
Expand Down

0 comments on commit f7f1e2c

Please sign in to comment.