Skip to content

Commit

Permalink
Merge branch 'main' into refactor/base-visit-type-component
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Sep 30, 2024
2 parents f2deea4 + 20eb9f4 commit 72764c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,12 @@ const IndividualResultsTable: React.FC<IndividualResultsTableProps> = ({ isLoadi
: ''}
</span>
<Button
kind="ghost"
className={styles.viewTimeline}
renderIcon={(props: ComponentProps<typeof ArrowRightIcon>) => <ArrowRightIcon size={16} {...props} />}
iconDescription="view timeline"
kind="ghost"
renderIcon={(props: ComponentProps<typeof ArrowRightIcon>) => <ArrowRightIcon size={16} {...props} />}
onClick={() => launchResultsDialog(headerTitle, subRows[0]?.conceptUuid)}
size="sm"
>
{t('viewTimeline', 'View timeline')}
</Button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ p {
.viewTimeline {
display: flex;
margin-left: auto;
margin-top: -(layout.$spacing-02);
}

.cardTitle {
Expand Down

0 comments on commit 72764c3

Please sign in to comment.