Skip to content

Commit

Permalink
Merge branch 'visual'
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasKn committed Feb 24, 2024
2 parents 7c2d056 + 624e040 commit 8da63d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/TailwindIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function TailwindIndicator() {
if (!isDev || isInIframe) return null;

return (
<div className="fixed bottom-1 left-1 z-50 flex size-6 items-center justify-center rounded-full bg-gray-800 p-3 font-mono text-xs text-white">
<div className="fixed bottom-1 left-1 z-50 flex size-6 items-center justify-center rounded-full bg-[#AB4ABA] p-3 font-mono text-xs text-[#F4D4F4]">
<div className="block sm:hidden">xs</div>
<div className="hidden sm:block md:hidden">sm</div>
<div className="hidden md:block lg:hidden">md</div>
Expand Down

0 comments on commit 8da63d8

Please sign in to comment.