Skip to content

Commit

Permalink
Brand colour on setup tab (calcom#8430)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-brydon authored Apr 21, 2023
1 parent cd3946d commit 41558d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const SetupAvailability = (props: ISetupAvailabilityProps) => {
const updateSchedule = trpc.viewer.availability.schedule.update.useMutation(mutationOptions);
return (
<Form
className="bg-default dark:text-inverted text-emphasis w-full dark:bg-opacity-5"
className="bg-default dark:text-inverted text-emphasis w-full [--cal-brand-accent:#fafafa] dark:bg-opacity-5"
form={availabilityForm}
handleSubmit={async (values) => {
try {
Expand Down

0 comments on commit 41558d2

Please sign in to comment.