chore(ui): fmt

This commit is contained in:
Brian McGee
2025-08-18 12:49:05 +01:00
parent d6ca50218a
commit b2e88fb3fa
2 changed files with 109 additions and 105 deletions

View File

@@ -51,7 +51,6 @@ const ButtonExamples: Component<ButtonProps> = (props) => (
</Button>
</div>
<div>
<Button data-testid="default-start-icon" {...props} startIcon="Flash">
Label

View File

@@ -9,8 +9,13 @@ div.sidebar-body {
overflow-y: auto;
scrollbar-width: none;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%),
linear-gradient(180deg, theme(colors.bg.inv.1) 0%, theme(colors.bg.inv.3) 100%);
background:
linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%),
linear-gradient(
180deg,
theme(colors.bg.inv.1) 0%,
theme(colors.bg.inv.3) 100%
);
@apply backdrop-blur-sm;