Skip to content

Commit

Permalink
update status-bullet-loading color
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed May 22, 2023
1 parent 4ee9ee7 commit cec65cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ee/packages/ui-theming/src/paletteDark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const palette = [
{ name: 'status-bullet-busy', token: '', color: '#C75765' },
{ name: 'status-bullet-disabled', token: '', color: '#CC7F42' },
{ name: 'status-bullet-offline', token: '', color: '#8B9098' },
{ name: 'status-bullet-loading', token: '', color: '#9ea2a8' },
{ name: 'status-bullet-loading', token: '', color: '#8B9098' },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/ui-theming/src/sidebarPalette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const palette = [
{ name: 'status-bullet-busy', token: '', color: '#C75765' },
{ name: 'status-bullet-disabled', token: '', color: '#CC7F42' },
{ name: 'status-bullet-offline', token: '', color: '#8B9098' },
{ name: 'status-bullet-loading', token: '', color: '#9ea2a8' },
{ name: 'status-bullet-loading', token: '', color: '#8B9098' },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/ui-theming/src/sidebarPaletteDark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const palette = [
{ name: 'status-bullet-busy', token: '', color: '#C75765' },
{ name: 'status-bullet-disabled', token: '', color: '#CC7F42' },
{ name: 'status-bullet-offline', token: '', color: '#8B9098' },
{ name: 'status-bullet-loading', token: '', color: '#9ea2a8' },
{ name: 'status-bullet-loading', token: '', color: '#8B9098' },
],
},
{
Expand Down

0 comments on commit cec65cb

Please sign in to comment.