mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 19:19:12 +00:00
Fix filename
This commit is contained in:
parent
3a61fd503f
commit
0932149c48
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export default function assistant(colorScheme: ColorScheme) {
|
||||||
hamburgerButton: {
|
hamburgerButton: {
|
||||||
icon: {
|
icon: {
|
||||||
color: text(layer, "sans", "default", { size: "sm" }).color,
|
color: text(layer, "sans", "default", { size: "sm" }).color,
|
||||||
asset: "icons/hamburger.svg",
|
asset: "icons/hamburger_15.svg",
|
||||||
dimensions: {
|
dimensions: {
|
||||||
width: 15,
|
width: 15,
|
||||||
height: 15,
|
height: 15,
|
||||||
|
|
Loading…
Reference in a new issue