summaryrefslogtreecommitdiff
path: root/frontend/src/components/TitleView.tsx
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-08-24 20:49:39 -0400
committerAAGaming <aa@mail.catvibers.me>2022-08-24 20:49:39 -0400
commitfe2b6b02831c918c25d88604df94d8d2f360b75a (patch)
tree37854fc86b9060d53db352144077cd387f825699 /frontend/src/components/TitleView.tsx
parentb9a87cd78587d606a250415e3681d5e306f98db9 (diff)
downloaddecky-loader-bbb3e4118d62b12ef19581b8b763f3bf5d545e28.tar.gz
decky-loader-bbb3e4118d62b12ef19581b8b763f3bf5d545e28.zip
fix plugins menu scrolling, shut up typecriptv2.0.5-pre16
Diffstat (limited to 'frontend/src/components/TitleView.tsx')
-rw-r--r--frontend/src/components/TitleView.tsx1
1 files changed, 0 insertions, 1 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 = () => {