Skip to content

Commit c541527

Browse files
committed
change colors
1 parent cd18ca5 commit c541527

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

views/page-widgets/content-activity.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
$prpl_activity_types = [
1515
'publish' => [
1616
'label' => \__( 'published', 'progress-planner' ),
17-
'color' => 'var(--prpl-color-accent-green)',
17+
'color' => 'var(--prpl-color-accent-orange)',
1818
],
1919
'update' => [
2020
'label' => \__( 'updated', 'progress-planner' ),
21-
'color' => 'var(--prpl-color-accent-purple)',
21+
'color' => 'var(--prpl-color-accent-green)',
2222
],
2323
'delete' => [
2424
'label' => \__( 'deleted', 'progress-planner' ),
25-
'color' => 'var(--prpl-color-accent-red)',
25+
'color' => 'var(--prpl-color-headings)',
2626
],
2727
];
2828

@@ -129,4 +129,4 @@ function ( $activity ) use ( $prpl_tracked_post_types ) {
129129
<td><?php echo \esc_html( \number_format_i18n( $prpl_activities_count['all'] ) ); ?></td>
130130
</tr>
131131
</tfoot>
132-
</table>
132+
</table>

0 commit comments

Comments
 (0)