Skip to content

Commit

Permalink
css color
Browse files Browse the repository at this point in the history
  • Loading branch information
panaC committed Oct 7, 2024
1 parent 56b41b2 commit bb92084
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/renderer/assets/styles/components/annotations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
height: 20px;
border-radius: 50%;
border: 2px solid var(--color-extralight-grey);

&[data-selected] {
outline: 2px solid;
outline-offset: 2px;
Expand All @@ -221,10 +221,10 @@
height: 20px;
color: var(--color-primary);
}

&[data-selected] {
background-color: var(--color-blue);

svg {
color: var(--color-secondary);
}
Expand Down Expand Up @@ -670,6 +670,7 @@
flex-direction: column;
gap: 15px;
margin: 0 15px;
color: var(--color-primary);

.form_group {
width: unset;
Expand Down

0 comments on commit bb92084

Please sign in to comment.