feat: increase view button SVG size for improved visibility across tables

This commit is contained in:
Lorenzo Venerandi
2026-03-04 14:00:58 +01:00
parent 67cfdb52e3
commit 442b1ceb13
5 changed files with 8 additions and 8 deletions

View File

@@ -1620,8 +1620,8 @@ tbody {
background: rgba(88, 166, 255, 0.1);
}
.view-btn svg {
width: 16px;
height: 16px;
width: 18px;
height: 18px;
fill: currentColor;
}
.view-btn-tooltip {
@@ -1656,8 +1656,8 @@ tbody {
transition: color 0.2s, background 0.2s;
}
.inspect-btn svg {
width: 16px;
height: 16px;
width: 18px;
height: 18px;
fill: currentColor;
}
.inspect-btn:hover {