Skip to content

Commit

Permalink
UI UX cleanup - sub-table expander arrow alignment (#4465)
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchezr authored Nov 8, 2024
1 parent 9032528 commit 8a4808c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/frontend/src/components/Table/Table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@
fill: var(--theme-gold-100);
}
&.expander {
display: flex;
align-items: center;
color: var(--surface-color-primary-button-default);
}
&.expander,
&.reset-filter {
display: flex;
align-items: center;
Expand Down

0 comments on commit 8a4808c

Please sign in to comment.