From 9d4856cdeef328eb1c850168574bc908174f73c2 Mon Sep 17 00:00:00 2001 From: Abhishek Aryan Date: Wed, 5 Feb 2025 20:04:29 +0000 Subject: [PATCH] fix(google-gemini): remove weird shadows --- styles/google-gemini/catppuccin.user.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/google-gemini/catppuccin.user.less b/styles/google-gemini/catppuccin.user.less index 528691ee4c..8d5270c988 100644 --- a/styles/google-gemini/catppuccin.user.less +++ b/styles/google-gemini/catppuccin.user.less @@ -376,6 +376,12 @@ .xap-count-badge-dot { background-color: @red; } + chat-window > div > input-container { + background: unset; + } + input-container::before { + background: unset; + } & when (@flavor = latte) { --gem-sys-color--on-primary-fixed: @accent; --gem-sys-color--on-primary: @mantle;