feat: increase icon size and fix linting

This commit is contained in:
Harivansh Rathi 2024-12-14 10:33:28 -05:00
parent eef7a6557f
commit 62b995490e
21 changed files with 166 additions and 139 deletions

View file

@ -112,11 +112,7 @@
--cm-searchMatch-backgroundColor: var(--bolt-elements-editor-searchMatch-backgroundColor, rgba(234, 92, 0, 0.33));
&[data-selected='true'] {
background: linear-gradient(
to right,
theme('colors.alpha.gray.30'),
transparent
);
background: linear-gradient(to right, theme('colors.alpha.gray.30'), transparent);
}
}