chore(ui): fmt
This commit is contained in:
@@ -51,7 +51,6 @@ const ButtonExamples: Component<ButtonProps> = (props) => (
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<Button data-testid="default-start-icon" {...props} startIcon="Flash">
|
<Button data-testid="default-start-icon" {...props} startIcon="Flash">
|
||||||
Label
|
Label
|
||||||
|
|||||||
@@ -9,8 +9,13 @@ div.sidebar-body {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
|
|
||||||
background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%),
|
background:
|
||||||
linear-gradient(180deg, theme(colors.bg.inv.1) 0%, theme(colors.bg.inv.3) 100%);
|
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;
|
@apply backdrop-blur-sm;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user