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

@ -284,14 +284,12 @@ export const BaseChat = React.forwardRef<HTMLDivElement, BaseChatProps>(
<div className={classNames(styles.Chat, 'flex flex-col flex-grow lg:min-w-[var(--chat-min-width)] h-full')}>
{!chatStarted && (
<div id="intro" className="mt-[26vh] max-w-chat mx-auto text-center px-4 lg:px-0">
<div className="flex flex-col items-center justify-center">
<div className="w-16 h-16 mb-4">
<img src="/favicon.svg" alt="Asap.it Logo" className="w-full h-full" />
</div>
<h1 className="text-3xl lg:text-6xl font-bold text-bolt-elements-textPrimary mb-4 animate-fade-in">
Lets asap it
Let's asap it
</h1>
<p className="text-md lg:text-xl mb-8 text-bolt-elements-textSecondary animate-fade-in animation-delay-200">
Bring ideas to life in seconds or get help on existing projects.

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);
}
}