Skip to content

Commit

Permalink
fix rebase conflict?
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Jan 9, 2024
1 parent 8403a14 commit c64cced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/DebugNotice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function DebugNotice(): JSX.Element | null {
// eslint-disable-next-line react/forbid-dom-props
style={{ fontSize: 13 }} // utility classes don't have a 13px variant
>
<div className="p-2 border-l-4 border-primary text-primary-3000 truncate flex justify-between">
<div className="p-2 border-l-4 border-brand-blue text-primary-3000 truncate flex justify-between">
<b>DEBUG mode</b>
<LemonButton icon={<IconClose />} size="small" noPadding onClick={() => setNoticeHidden(true)} />
</div>
Expand Down

0 comments on commit c64cced

Please sign in to comment.