Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/DTableIcon/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.multicolor-icon {
width: 1em;
height: 1em;
width: 1rem;
height: 1rem;
fill: currentColor;
overflow: hidden;
}
2 changes: 1 addition & 1 deletion src/FieldDisplaySetting/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function FieldDisplaySetting({ fields, textProperties, fieldAllShown, onClickFie
<div className="field-setting">
<div className="field-setting-header seatable-collapse-header d-flex align-items-center justify-content-between" onClick={expandAllFields} >
<Label className="mb-0">{textProperties.titleValue}</Label>
<span className={`dtable-font dtable-icon-right expand-button ${isCollapsed ? '' : 'revolving'}`} />
<span className={`seatable-icon-btn sm dtable-font dtable-icon-right expand-button ${isCollapsed ? '' : 'revolving'}`} />
</div>
<Transition nodeRef={nodeRef} in={!isCollapsed} timeout={DURATION}>
{state => (
Expand Down
Loading