Skip to content

Commit

Permalink
TODO: configure brand coloring in tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
konfig-bot committed Oct 26, 2023
1 parent 7a1c6b2 commit 2305a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator/konfig-next-app/src/components/OperationRequest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ export function OperationRequest({
<div className="border rounded-xl border-mantine-gray-400 dark:border-mantine-gray-800">
<Tab.Group>
<div className="flex px-4 flex-wrap items-start gap-x-4">
<div className="mr-auto pt-3 text-black dark:text-white text-xs font-semibold">
<div className="mr-auto pt-3 text-black dark:text-white text-sm font-semibold">
Request
</div>
<Tab.List className="-mb-px flex gap-4 text-xs font-medium">
<Tab.List className="-mb-px flex gap-4 text-sm font-medium">
{languages.map(({ label }) => {
return (
<Tab as={Fragment} key={label}>
Expand Down

0 comments on commit 2305a2d

Please sign in to comment.