From bbf515ef39f150fb12ad8c5ce67e1c5d8a391842 Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Sun, 1 Jan 2023 14:46:48 +0530 Subject: [PATCH] Add border to search results and fix layout --- lib/components/style-sheet.tsx | 141 +-------------------------------- lib/components/term.tsx | 5 +- 2 files changed, 5 insertions(+), 141 deletions(-) diff --git a/lib/components/style-sheet.tsx b/lib/components/style-sheet.tsx index 2fb75e28..d1043a18 100644 --- a/lib/components/style-sheet.tsx +++ b/lib/components/style-sheet.tsx @@ -3,149 +3,10 @@ import {StyleSheetProps} from '../hyper'; export default class StyleSheet extends React.PureComponent { render() { - const {backgroundColor, fontFamily, foregroundColor, borderColor} = this.props; + const {borderColor} = this.props; return (