Skip to content

Commit

Permalink
💄 [#2311] Changed feedback border from blue to white
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Apr 15, 2024
1 parent 32328ac commit 0d6af07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/open_inwoner/scss/components/KCMSurvey/KCMSurvey.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.kcm-survey {
display: inline-block;
border-top: 1px solid var(--color-info-darker);
border-top: 1px solid var(--color-white);
border-right: none;
border-bottom: none;
border-left: 1px solid var(--color-info-darker);
border-left: 1px solid var(--color-white);
outline: 1px solid var(--color-white);
border-radius: var(--border-radius) 0 0 0;
position: fixed;
Expand Down

0 comments on commit 0d6af07

Please sign in to comment.