ui tweaks

This commit is contained in:
Jamie Pine 2022-04-25 18:12:00 -07:00
parent ac5510c12d
commit d982a3a18e
2 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@ export function Device(props: DeviceProps) {
</span>
<div className="flex flex-grow" />
{props.runningJob && (
<div className="flex flex-row ml-5 border rounded-md bg-opacity-10 bg-gray-750 border-gray-550 ">
<div className="flex flex-row ml-5 bg-opacity-50 rounded-md bg-gray-550 ">
<Rings
stroke="#2599FF"
strokeOpacity={4}
@ -73,8 +73,8 @@ export function Device(props: DeviceProps) {
</Button>
</div>
</div>
<hr className="border-gray-700" />
<hr className="border-gray-550" />
{/* <hr className="border-gray-700" />
<hr className="border-gray-550" /> */}
<div className="px-4 pb-3 mt-3">
{props.locations.map((location) => (
<FileItem

View file

@ -46,7 +46,7 @@ export const OverviewScreen: React.FC<{}> = (props) => {
<div className="mt-5" />
<div className="flex flex-col space-y-4">
<Device
name="Spacedad MBP"
name="James' MBP"
size="1.4TB"
runningJob={{ amount: 65, task: 'Generating preview media' }}
locations={[{ name: 'Pictures' }, { name: 'Downloads' }, { name: 'Minecraft' }]}