diff --git a/components/src/chips/alu.tsx b/components/src/chips/alu.tsx index eb4b6d02..f9bb7b9b 100644 --- a/components/src/chips/alu.tsx +++ b/components/src/chips/alu.tsx @@ -72,18 +72,30 @@ export const ALUComponent = ({ - - + + - - + + - - + + diff --git a/web/src/pages/chip.scss b/web/src/pages/chip.scss index 9701cb71..dce936fb 100644 --- a/web/src/pages/chip.scss +++ b/web/src/pages/chip.scss @@ -61,11 +61,11 @@ } // used for svg of ALU component -path, +path, polygon { stroke: var(--color); } text { fill: var(--color); -} \ No newline at end of file +}