Skip to content

Commit 8eab07e

Browse files
committed
fix: decrease opacity of EmptyLabware component for better visibility
1 parent d3bc908 commit 8eab07e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TecanDeckView/EmptyLabware.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function EmptyLabware({ shortLabel }: { shortLabel: string }) {
1313
borderRadius: '2px',
1414
padding: '8px 4px',
1515
backgroundColor: PALETTE.gray1,
16-
opacity: 0.7,
16+
opacity: 0.6,
1717
fontSize: '9px',
1818
fontWeight: 500,
1919
color: PALETTE.gray6,

0 commit comments

Comments
 (0)