Skip to content

Commit a865740

Browse files
committed
fix(EntityStatus): background color for button under hover
1 parent dec5b95 commit a865740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EntityStatus/EntityStatus.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
width: min-content;
6060
padding: var(--g-spacing-1);
6161

62-
background-color: var(--g-color-base-float);
62+
background-color: var(--ydb-data-table-color-hover);
6363
}
6464
}
6565

0 commit comments

Comments
 (0)