Skip to content

Commit

Permalink
fix(DataTableSkeleton): replace toolbar button skeletons with spans (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored May 6, 2020
1 parent f0acc16 commit b4cc3b4
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ const DataTableSkeleton = ({
aria-label="data table toolbar"
className={`${prefix}--table-toolbar`}>
<div className={`${prefix}--toolbar-content`}>
<button
className={`${prefix}--skeleton ${prefix}--btn ${prefix}--btn--sm`}
type="button"></button>
<span
className={`${prefix}--skeleton ${prefix}--btn ${prefix}--btn--sm`}></span>
</div>
</section>
<table className={dataTableSkeletonClasses} {...rest}>
Expand Down

0 comments on commit b4cc3b4

Please sign in to comment.