Skip to content

Commit c956e06

Browse files
committed
color numbers
1 parent 380b925 commit c956e06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/components/calculator/calculator.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
&.number {
147147
background: var(--bg-tertiary);
148148
color: var(--text-primary);
149-
border: 2px solid var(--border-color);
149+
border: 2px solid $blue-light-hsl;
150150

151151
&:hover {
152152
background: $bg-active;

0 commit comments

Comments
 (0)