Skip to content

Commit

Permalink
apply custom styling
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley committed May 23, 2024
1 parent 9eca954 commit 75828cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme/DocItem/Footer/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:root {
--feedback-primary-color: #000;
}
1 change: 1 addition & 0 deletions src/theme/DocItem/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Footer from "@theme-original/DocItem/Footer";
import { FeedbackButton } from "pushfeedback-react";
import { defineCustomElements } from "pushfeedback/loader";
import "pushfeedback/dist/pushfeedback/pushfeedback.css";
import "./index.css";

function FeedbackWidget() {
const buttonThumbsUp = (
Expand Down

0 comments on commit 75828cf

Please sign in to comment.