aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionViewChromes.tsx
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-05-27 20:11:06 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-05-27 20:11:06 +0530
commitfb23850659dd6cc0b75d208168e25033096e07df (patch)
tree3446cfd32e045785b2c66bc6b8e8d5dc6f2f07ea /src/client/views/collections/CollectionViewChromes.tsx
parentf3e27cbe32b53de551ed90aab71085f343f7efd4 (diff)
changes
Diffstat (limited to 'src/client/views/collections/CollectionViewChromes.tsx')
-rw-r--r--src/client/views/collections/CollectionViewChromes.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionViewChromes.tsx b/src/client/views/collections/CollectionViewChromes.tsx
index 7e86995ac..2bffbdf7d 100644
--- a/src/client/views/collections/CollectionViewChromes.tsx
+++ b/src/client/views/collections/CollectionViewChromes.tsx
@@ -557,9 +557,9 @@ export class CollectionGridViewChrome extends React.Component<CollectionViewChro
</span>
<input className="collectionGridViewChrome-entryBox" type="number" placeholder={this.props.CollectionView.props.Document.rowHeight as string} onKeyDown={this.onRowHeightEnter} />
</span>
- <span>
+ <span className={"search-icon"}>
<span className="icon-background">
- <FontAwesomeIcon icon="arrows-alt" size="1x" />
+ <FontAwesomeIcon icon="arrow-up" size="1x" />
</span>
<input type="checkbox" onChange={this.onCheck} defaultChecked={this.props.CollectionView.props.Document.flexGrid as boolean} />
<label>Flexible Grid</label>