Skip to content

Commit dc29aa9

Browse files
authored
fix: remove extra padding on column statistic refresh button (#1984)
Had double padding on it, looked weird. ![image](https://github.com/deephaven/web-client-ui/assets/1576283/c84b9ae5-468a-4f93-bda2-c9c3151ad63d)
1 parent 147c8de commit dc29aa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/iris-grid/src/ColumnStatistics.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class ColumnStatistics extends Component<
248248
kind="ghost"
249249
className="px-0"
250250
onClick={this.handleGenerateStatistics}
251-
icon={<FontAwesomeIcon icon={dhRefresh} className="mr-1" />}
251+
icon={dhRefresh}
252252
>
253253
Refresh
254254
</Button>

0 commit comments

Comments
 (0)