Skip to content

Commit

Permalink
Merge pull request #2617 from decentdao/issue/2616-sentry-button-ui-u…
Browse files Browse the repository at this point in the history
…pdates

`[PRD | Issue #2616]` update sentry button styles
  • Loading branch information
Da-Colon authored Dec 10, 2024
2 parents 1f6e4bc + 891aa4a commit 21b9faa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/assets/css/sentry.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#sentry-feedback {
z-index: 1;
--font-family: 'DM Sans';
--background: var(--colors-neutral-2);
--actor-hover-background: var(--colors-neutral-3);
--actor-border: '1px solid var(--colors-neutral-4)';
--actor-border-radius: 0.75rem;
--foreground: var(--colors-white-0);
--font-size: 16px;
}

0 comments on commit 21b9faa

Please sign in to comment.