Skip to content

Commit

Permalink
CTCTOWALTZ-3337:
Browse files Browse the repository at this point in the history
 [x] Fixed the PR review comments.
 [x] Added few more tests
 #7156
  • Loading branch information
devendra-ramesh-patil-db committed Oct 17, 2024
1 parent a54683c commit 052121e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ INV0737 L TRUE description
<Tooltip content={DataCellErrorTooltip}
props={{errors: item.errors}}>
<svelte:fragment slot="target">
<Icon name="exclamation-triangle" class="error-cell"/>
<Icon name="exclamation-triangle" class="error-cell" color="red"/>
</svelte:fragment>
</Tooltip>
{/if}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
<style>
div {
color: red;
font-size: 12px;
}
</style>

0 comments on commit 052121e

Please sign in to comment.