File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
143144const FocusKeyCmd = styled . span ( {
@@ -147,6 +148,7 @@ const FocusKeyCmd = styled.span({
147148const Actions = styled . div ( {
148149 display : 'flex' ,
149150 alignItems : 'center' ,
151+ gap : 2 ,
150152} ) ;
151153
152154const FocusContainer = styled . div ( { outline : 0 } ) ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const Count = styled(Badge)(({ theme }) => ({
3535export 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
You can’t perform that action at this time.
0 commit comments