mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
update and cleanup packages
This commit is contained in:
+3
-3
@@ -114,10 +114,10 @@ const installExtensions = async () => {
|
||||
const forceDownload = !!process.env.UPGRADE_EXTENSIONS;
|
||||
const extensions = ['REACT_DEVELOPER_TOOLS', 'REDUX_DEVTOOLS'];
|
||||
|
||||
return installer
|
||||
.default(
|
||||
installer
|
||||
.installExtension(
|
||||
extensions.map((name) => installer[name]),
|
||||
forceDownload,
|
||||
{ forceDownload },
|
||||
)
|
||||
.then((installedExtensions) => {
|
||||
createLog({
|
||||
|
||||
@@ -32,7 +32,7 @@ input[cmdk-input] {
|
||||
height: 1.2rem;
|
||||
}
|
||||
|
||||
&[data-selected] {
|
||||
&[data-selected='true'] {
|
||||
background: var(--theme-colors-surface);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user