Skip to content

Commit

Permalink
UI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nleroy917 committed Jul 25, 2024
1 parent 5ce1de6 commit 6afdfd1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const ProjectValidationAndEditButtons = (props: ProjectValidationAndEditB
validationResult={validationResult}
/>
) : (
<div className="d-flex flex-row align-items-center mb-1 me-4">
<div className="d-flex flex-row align-items-center">
<>
<OverlayTrigger
overlay={
Expand All @@ -62,9 +62,9 @@ export const ProjectValidationAndEditButtons = (props: ProjectValidationAndEditB
delay={{ show: 250, hide: 500 }}
trigger={['hover']}
>
<div className="d-flex align-items-center">
<StatusIcon className="text-2xl" variant="warning" />
<span>No schema</span>
<div className="d-flex align-items-center bg-warning bg-opacity-10 px-2 rounded border border-warning text-sm">
<StatusIcon className="me-1" variant="warning" />
<span className="text-warning">No schema</span>
</div>
</OverlayTrigger>
</>
Expand Down

0 comments on commit 6afdfd1

Please sign in to comment.