Skip to content

Commit

Permalink
Change to accent color (#359)
Browse files Browse the repository at this point in the history
Co-authored-by: Pranay Kothapalli <pranaykothapalli@gmail.com>
  • Loading branch information
jindaljyoti and kotAPI authored Jun 28, 2024
1 parent 2a0c455 commit 1d01c9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/examples/Colors/ColorsTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ const ColorsTemplate = () => {
return <div>

<div className={'p-4 space-y-0.5 '}>

<div className='flex'>

<ColorBubble colorClass='bg-gray-50' />
<ColorBubble colorClass='bg-gray-100' />
<ColorBubble colorClass='bg-gray-200' />
Expand All @@ -37,8 +39,8 @@ const ColorsTemplate = () => {
<ColorBubble colorClass='bg-mauve-800' />
<ColorBubble colorClass='bg-mauve-900' />
<ColorBubble colorClass='bg-mauve-950' />
<ColorBubble colorClass='bg-mauve-1000' />
</div>
<ColorBubble colorClass='bg-mauve-1000' />
</div>
<div className='flex'>

<ColorBubble colorClass='bg-slate-50' />
Expand Down
2 changes: 1 addition & 1 deletion styles/themes/components/progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

.rad-ui-progress-indicator {
background: var(--rad-ui-color-green-900);
background: var(--rad-ui-color-accent-900);
width: 100%;
height: 100%;
border-radius: 8px;
Expand Down

0 comments on commit 1d01c9e

Please sign in to comment.