Skip to content

Commit

Permalink
selected tick icon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vayras committed Feb 13, 2024
1 parent 4b026a8 commit 93c9f96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/tickets/org/orgHeader/OrgHeaderStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ export const EuiPopOverCheckboxRight = styled.div<styledProps>`
.euiCheckbox__input:checked + .euiCheckbox__square {
border: 1px solid ${(p: any) => p?.color && p?.color?.blue1};
background: ${(p: any) => p?.color && p?.color?.blue1} no-repeat center;
background-image: url('static/checkboxImage.svg');
background-size: contain;
background-image: url(${checkboxImage});
}
.euiCheckbox__label {
font-family: 'Barlow';
Expand Down

0 comments on commit 93c9f96

Please sign in to comment.