diff options
| -rw-r--r-- | frontend/src/components/TitleView.tsx | 1 | ||||
| -rw-r--r-- | frontend/src/components/modals/PluginInstallModal.tsx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/frontend/src/components/TitleView.tsx b/frontend/src/components/TitleView.tsx index d0a3de0b..cd1f9eba 100644 --- a/frontend/src/components/TitleView.tsx +++ b/frontend/src/components/TitleView.tsx @@ -8,7 +8,6 @@ const titleStyles: CSSProperties = { display: 'flex', paddingTop: '3px', paddingRight: '16px', - boxShadow: 'unset', }; const TitleView: VFC = () => { diff --git a/frontend/src/components/modals/PluginInstallModal.tsx b/frontend/src/components/modals/PluginInstallModal.tsx index b479243c..2c0c0bba 100644 --- a/frontend/src/components/modals/PluginInstallModal.tsx +++ b/frontend/src/components/modals/PluginInstallModal.tsx @@ -1,4 +1,4 @@ -import { ModalRoot, QuickAccessTab, Router, Spinner, sleep, staticClasses } from 'decky-frontend-lib'; +import { ModalRoot, QuickAccessTab, Router, Spinner, staticClasses } from 'decky-frontend-lib'; import { FC, useState } from 'react'; interface PluginInstallModalProps { |
