onChange(e.target.value)} diff --git a/src/components/PatientBanner.tsx b/src/components/PatientBanner.tsx index da01f09..2df5b92 100644 --- a/src/components/PatientBanner.tsx +++ b/src/components/PatientBanner.tsx @@ -330,6 +330,7 @@ function StatusDot({ status }: StatusDotProps) { return ( ) @@ -368,7 +369,7 @@ function ActionButton({ icon, label, href, external, compact }: ActionButtonProp transition-colors duration-150 rounded font-ui font-medium - focus:outline-none focus:ring-2 focus:ring-pmr-nhsblue/40 focus:ring-offset-1 focus:ring-offset-pmr-banner + focus:outline-none focus-visible:ring-2 focus-visible:ring-pmr-nhsblue/40 focus-visible:ring-offset-1 focus-visible:ring-offset-pmr-banner ${compact ? 'px-2 py-1 text-xs' : 'px-3 py-1.5 text-sm'} `} > diff --git a/src/components/views/ConsultationsView.tsx b/src/components/views/ConsultationsView.tsx index e36bfa3..ccd9b5e 100644 --- a/src/components/views/ConsultationsView.tsx +++ b/src/components/views/ConsultationsView.tsx @@ -66,7 +66,7 @@ function ConsultationEntry({ const keyCodedEntry = consultation.codedEntries[0] return ( -
@@ -136,7 +136,7 @@ function ConsultationEntry({ )} -
+ ) } diff --git a/src/components/views/MedicationsView.tsx b/src/components/views/MedicationsView.tsx index 74dd7b1..08bea48 100644 --- a/src/components/views/MedicationsView.tsx +++ b/src/components/views/MedicationsView.tsx @@ -119,6 +119,7 @@ export function MedicationsView() { {categoryTabs.map((tab) => (