Skip to content

Commit

Permalink
feat(ui): fix button style
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalleri committed Jul 30, 2024
1 parent 5897050 commit 624da8e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ui/src/container/app/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ export default function App() {
<ModalsProvider />

<CookieConsent
buttonClasses="ant-btn ant-btn-primary m-button w-[140px] p-4"
buttonClasses="ant-btn ant-btn-primary m-button px-8"
buttonText="Allow anonymous"
buttonWrapperClasses="flex gap-4 mr-3"
buttonWrapperClasses="flex gap-8 mr-3"
cookieName="rbit-tracking"
declineButtonClasses="ant-btn ant-btn-primary-light m-button w-[140px] p-4"
declineButtonClasses="ant-btn ant-btn-primary-light m-button px-16"
declineButtonText="Do not allow"
disableButtonStyles
enableDeclineButton
Expand All @@ -120,6 +120,7 @@ export default function App() {

<p>
We collect anonymous usage data to improve our software. This information helps us understand how the software is used and identify areas for improvement.
<br />
No personally identifiable information is collected.
</p>

Expand Down

0 comments on commit 624da8e

Please sign in to comment.