File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export const Status: React.FC<{ pipeline: TPipeline }> = ({ pipeline }) => {
2626 < div data-tip data-for = { status } >
2727 < If condition = { status === runStatus . COMPLETED } >
2828 { ( ) => (
29- < ColoredCircle color = "primary " size = "xs" >
29+ < ColoredCircle color = "green " size = "xs" >
3030 < icons . check
3131 color = { iconColors . white }
3232 size = { iconSizes . xs }
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export const RunStatus: React.FC<{ run: TRun }> = ({ run }) => {
4141 < div data-tip data-for = { run . status } >
4242 < If condition = { run . status === runStatus . COMPLETED } >
4343 { ( ) => (
44- < ColoredCircle color = "primary " size = "xs" >
44+ < ColoredCircle color = "green " size = "xs" >
4545 < icons . check color = { iconColors . white } size = { iconSizes . xs } />
4646 </ ColoredCircle >
4747 ) }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export const RunStatus: React.FC<{ run: TRun }> = ({ run }) => {
1818 < div data-tip data-for = { run . status } >
1919 < If condition = { run . status === runStatus . COMPLETED } >
2020 { ( ) => (
21- < ColoredCircle color = "primary " size = "xs" >
21+ < ColoredCircle color = "green " size = "xs" >
2222 < icons . check color = { iconColors . white } size = { iconSizes . xs } />
2323 </ ColoredCircle >
2424 ) }
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export const RunStatus: React.FC<{ run: TRun }> = ({ run }) => {
4141 < div data-tip data-for = { run . status } >
4242 < If condition = { run . status === runStatus . COMPLETED } >
4343 { ( ) => (
44- < ColoredCircle color = "primary " size = "xs" >
44+ < ColoredCircle color = "green " size = "xs" >
4545 < icons . check color = { iconColors . white } size = { iconSizes . xs } />
4646 </ ColoredCircle >
4747 ) }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const RunStatus: React.FC<{ run: TRun }> = ({ run }) => {
99 < >
1010 < If condition = { run . status === runStatus . COMPLETED } >
1111 { ( ) => (
12- < ColoredCircle color = "primary " size = "xs" >
12+ < ColoredCircle color = "green " size = "xs" >
1313 < icons . check color = { iconColors . white } size = { iconSizes . xs } />
1414 </ ColoredCircle >
1515 ) }
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export const RunStatus: React.FC<{ run: TRun }> = ({ run }) => {
4141 < div data-tip data-for = { run . status } >
4242 < If condition = { run . status === runStatus . COMPLETED } >
4343 { ( ) => (
44- < ColoredCircle color = "primary " size = "xs" >
44+ < ColoredCircle color = "green " size = "xs" >
4545 < icons . check color = { iconColors . white } size = { iconSizes . xs } />
4646 </ ColoredCircle >
4747 ) }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export const RunStatus: React.FC<{ run: TRun }> = ({ run }) => {
1818 < div data-tip data-for = { run . status } >
1919 < If condition = { run . status === runStatus . COMPLETED } >
2020 { ( ) => (
21- < ColoredCircle color = "primary " size = "xs" >
21+ < ColoredCircle color = "green " size = "xs" >
2222 < icons . check color = { iconColors . white } size = { iconSizes . xs } />
2323 </ ColoredCircle >
2424 ) }
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export const RunStatus: React.FC<{ run: TRun }> = ({ run }) => {
4141 < div data-tip data-for = { run . status } >
4242 < If condition = { run . status === runStatus . COMPLETED } >
4343 { ( ) => (
44- < ColoredCircle color = "primary " size = "xs" >
44+ < ColoredCircle color = "green " size = "xs" >
4545 < icons . check color = { iconColors . white } size = { iconSizes . xs } />
4646 </ ColoredCircle >
4747 ) }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export const RunStatus: React.FC<{ run: TRun }> = ({ run }) => {
1818 < div data-tip data-for = { run . status } >
1919 < If condition = { run . status === runStatus . COMPLETED } >
2020 { ( ) => (
21- < ColoredCircle color = "primary " size = "xs" >
21+ < ColoredCircle color = "green " size = "xs" >
2222 < icons . check color = { iconColors . white } size = { iconSizes . xs } />
2323 </ ColoredCircle >
2424 ) }
You can’t perform that action at this time.
0 commit comments