Skip to content

Commit

Permalink
add more dark theming
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFerraro authored and av8ta committed Jun 15, 2024
1 parent 101817b commit e66cbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/web/src/components/AppBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
import Moon from "phosphor-svelte/lib/Moon"
import Sun from "phosphor-svelte/lib/Sun"
import type {WithTarget} from "shared/types"
import {isProject} from "shared/typeGuards"
import {base} from "../base"
import {renameProject} from "shared/projectUtils"
// @ts-ignore
const log = (function () { const context = "[AppBar.svelte]"; const color="gray"; return Function.prototype.bind.call(console.log, console, `%c${context}`, `font-weight:bold;color:${color};`)})() // prettier-ignore
export let project: Project
Expand Down

0 comments on commit e66cbd9

Please sign in to comment.