chore: adjusts ChevronIcon styling to match other icons (#12133)

### What?

Adjusts the `ChevronIcon` component to match the sizing of other icons
in the `ui` package. Also adds various styling adjustments to places
where icons are used.

### Why?

Using the `ChevronIcon` in other elements currently requires different
styling to make it consistent with other icons. This will make it so
that any usage of the any icons is consistent across components.

### How?

Resizes the `ChevronIcon` components and updates styling throughout the
admin panel.
This commit is contained in:
Tylan Davis
2025-04-16 13:24:10 -04:00
committed by GitHub
parent b9832f40e4
commit 23628996d0
12 changed files with 15 additions and 29 deletions

View File

@@ -33,10 +33,6 @@
width: calc(var(--base) * 1.2);
height: calc(var(--base) * 1.2);
svg {
max-width: 1rem;
}
&:hover {
background-color: var(--theme-elevation-200);
}