From 78c18b918eb33c3c48b07a13030e879c04eb5aa5 Mon Sep 17 00:00:00 2001 From: sphinxrave <62570796+sphinxrave@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:50:01 -0700 Subject: [PATCH] add press effect to button active, sidebar fix --- packages/react/src/components/channel/ChannelCard.tsx | 2 +- packages/react/src/components/sidebar/sidebar.tsx | 3 ++- packages/react/src/shadcn/ui/button.tsx | 10 +++++----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/react/src/components/channel/ChannelCard.tsx b/packages/react/src/components/channel/ChannelCard.tsx index 24825939c..21b2ac4f4 100644 --- a/packages/react/src/components/channel/ChannelCard.tsx +++ b/packages/react/src/components/channel/ChannelCard.tsx @@ -29,7 +29,7 @@ export function ChannelCard({ // Set min-height because react-virtuoso will break if the height is not fixed