From ceafdf18c9d9f0f8769d4a9e45c8a407179161c5 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Wed, 6 Sep 2023 23:02:59 -0700 Subject: feat: :lipstick: handful of UI improvements --- extension/react-app/src/components/UserInputContainer.tsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extension/react-app/src/components/UserInputContainer.tsx') diff --git a/extension/react-app/src/components/UserInputContainer.tsx b/extension/react-app/src/components/UserInputContainer.tsx index 228c3530..866fef58 100644 --- a/extension/react-app/src/components/UserInputContainer.tsx +++ b/extension/react-app/src/components/UserInputContainer.tsx @@ -2,6 +2,7 @@ import React, { useContext, useEffect, useRef, useState } from "react"; import styled from "styled-components"; import { defaultBorderRadius, + lightGray, secondaryDark, vscBackground, vscForeground, @@ -28,6 +29,9 @@ const StyledDiv = styled.div` padding: 8px; padding-top: 0px; padding-bottom: 0px; + + border-bottom: 0.5px solid ${lightGray}; + border-top: 0.5px solid ${lightGray}; `; const DeleteButtonDiv = styled.div` -- cgit v1.2.3-70-g09d2