Skip to content

Commit

Permalink
Make the emojis one notch happier
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldiekmeier committed Aug 2, 2024
1 parent 908d6b7 commit ade2856
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/assets/stylesheets/application/components/feedback.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
gap: 4px;

&:has([value='1']:checked) {
--emoji: 'πŸ˜–';
--emoji: 'πŸ˜”';
}
&:has([value='2']:checked) {
--emoji: 'πŸ˜”';
--emoji: '😐';
}
&:has([value='3']:checked) {
--emoji: '😐';
--emoji: 'πŸ™‚';
}
&:has([value='4']:checked) {
--emoji: 'πŸ™‚';
--emoji: '😊';
}
&:has([value='5']:checked) {
--emoji: '😊';
--emoji: 'πŸ₯³';
}
}

Expand Down

0 comments on commit ade2856

Please sign in to comment.