Skip to content

Commit 5529530

Browse files
committed
Tweaks
1 parent e319c52 commit 5529530

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

code/core/src/manager/components/sidebar/Search.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ const FocusKey = styled.code(({ theme }) => ({
138138
display: 'flex',
139139
alignItems: 'center',
140140
gap: 4,
141+
flexShrink: 0,
141142
}));
142143

143144
const FocusKeyCmd = styled.span({
@@ -147,6 +148,7 @@ const FocusKeyCmd = styled.span({
147148
const Actions = styled.div({
148149
display: 'flex',
149150
alignItems: 'center',
151+
gap: 2,
150152
});
151153

152154
const FocusContainer = styled.div({ outline: 0 });

code/core/src/manager/components/sidebar/TagsFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const Count = styled(Badge)(({ theme }) => ({
3535
export interface TagsFilterProps {
3636
api: API;
3737
indexJson: StoryIndex;
38-
updateQueryParams: (params: Record<string, string | null>) => void;
38+
updateQueryParams: (params: Record<string, string>) => void;
3939
initialSelectedTags?: Tag[];
4040
}
4141

0 commit comments

Comments
 (0)