mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
refactor: update button styles in Sidebar component for improved readability and consistency
This commit is contained in:
parent
2c17c355d5
commit
336fc39aad
1 changed files with 2 additions and 2 deletions
|
|
@ -157,7 +157,7 @@ export function Sidebar({
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={onViewAllSharedChats}
|
onClick={onViewAllSharedChats}
|
||||||
className="text-[10px] text-muted-foreground/70 hover:text-muted-foreground transition-colors whitespace-nowrap cursor-pointer bg-transparent border-none p-0 focus:outline-none"
|
className="text-xs font-medium text-muted-foreground/60 hover:text-muted-foreground transition-colors whitespace-nowrap cursor-pointer bg-transparent border-none p-0 focus:outline-none"
|
||||||
>
|
>
|
||||||
{!disableTooltips && isSharedChatsPanelOpen ? t("hide") : t("show_all")}
|
{!disableTooltips && isSharedChatsPanelOpen ? t("hide") : t("show_all")}
|
||||||
</button>
|
</button>
|
||||||
|
|
@ -213,7 +213,7 @@ export function Sidebar({
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={onViewAllPrivateChats}
|
onClick={onViewAllPrivateChats}
|
||||||
className="text-[10px] text-muted-foreground/70 hover:text-muted-foreground transition-colors whitespace-nowrap cursor-pointer bg-transparent border-none p-0 focus:outline-none"
|
className="text-xs font-medium text-muted-foreground/60 hover:text-muted-foreground transition-colors whitespace-nowrap cursor-pointer bg-transparent border-none p-0 focus:outline-none"
|
||||||
>
|
>
|
||||||
{!disableTooltips && isPrivateChatsPanelOpen ? t("hide") : t("show_all")}
|
{!disableTooltips && isPrivateChatsPanelOpen ? t("hide") : t("show_all")}
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue