Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ProgressBar: Use theme accent color variable
  • Loading branch information
tyxla committed Aug 15, 2023
commit f2c428cd7e806d3d5294fd717bb01f077cb0a0a1
5 changes: 1 addition & 4 deletions packages/components/src/progress-bar/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ export const Indicator = styled.div< {
top: 0;
height: 100%;
border-radius: ${ CONFIG.radiusBlockUi };
background-color: var(
--wp-components-color-accent,
${ COLORS.theme.accent }
);
background-color: ${ COLORS.theme.accent };

${ ( { isIndeterminate, value } ) =>
isIndeterminate
Expand Down