mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 05:29:12 +00:00
Make the input area only rounded on the top corners when in mobile view
- Create better styling for the input area buttons, resizing in mobile and creating more even height with a more minimal send button
This commit is contained in:
@@ -33,7 +33,7 @@ export function convertToBGGradientClass(color: string) {
|
||||
|
||||
export function convertToBGClass(color: string) {
|
||||
if (tailwindColors.includes(color)) {
|
||||
return `bg-${color}-500 dark:bg-${color}-900`;
|
||||
return `bg-${color}-500 dark:bg-${color}-900 hover:bg-${color}-400 dark:hover:bg-${color}-800`;
|
||||
}
|
||||
return `bg-background`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user