Skip to content

Commit

Permalink
fixed color btn
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgeek committed Nov 5, 2024
1 parent 907f21f commit 3fd1a4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/layouts/components/NotificationsPrompt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,20 @@ export const NotificationsPrompt = () => {

<section className="w-full md:px-56 px-4 mt-10 z-40 flex flex-col items-start container mx-auto">
<div className="bg-black dark:bg-black-dark p-4 md:p-8 justify-center items-center rounded-xl">
<p className="text-accent dark:text-accent text-sm">
<p className="text-accent dark:text-primary text-sm">
FlutterconKe want to show notifications!
</p>
<div className="flex flex-wrap w-full justify-between items-center mt-6">
<button
type="button"
className="btn-secondary px-6"
className="btn-accent px-6"
onClick={() => promptNotifications()}
>
Allow
</button>
<button
type="button"
className="btn-accent px-6"
className="btn-secondary px-6"
onClick={() => rejectPrompt()}
>
Block
Expand Down

0 comments on commit 3fd1a4a

Please sign in to comment.