mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-07 05:01:49 +02:00
Use color variable for theme
This commit is contained in:
parent
f666702527
commit
32f7bb60fa
20 changed files with 64 additions and 67 deletions
|
@ -25,7 +25,7 @@ const NotificationsToggle: React.VoidFunctionComponent = () => {
|
|||
poll.verified ? (
|
||||
poll.notifications ? (
|
||||
<div>
|
||||
<div className="font-medium text-indigo-300">
|
||||
<div className="text-primary-300 font-medium">
|
||||
Notifications are on
|
||||
</div>
|
||||
<div className="max-w-sm">
|
||||
|
@ -37,7 +37,7 @@ const NotificationsToggle: React.VoidFunctionComponent = () => {
|
|||
}}
|
||||
components={{
|
||||
b: (
|
||||
<span className="whitespace-nowrap font-mono font-medium text-indigo-300 " />
|
||||
<span className="text-primary-300 whitespace-nowrap font-mono font-medium " />
|
||||
),
|
||||
}}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue