Fixes invisible image uploader button

This commit is contained in:
psychedelicious 2022-10-31 22:45:32 +11:00
parent c40278dae7
commit 881c69e905
3 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
<title>InvokeAI - A Stable Diffusion Toolkit</title>
<link rel="shortcut icon" type="icon" href="./assets/favicon.0d253ced.ico" />
<script type="module" crossorigin src="./assets/index.86b555db.js"></script>
<link rel="stylesheet" href="./assets/index.bb945c0a.css">
<link rel="stylesheet" href="./assets/index.0974fcda.css">
</head>
<body>

View File

@ -39,10 +39,11 @@
justify-content: center;
cursor: pointer;
border-radius: 0.5rem;
color: var(--subtext-color-bright);
color: var(--tab-list-text-inactive);
background-color: var(--btn-grey);
&:hover {
background-color: var(--inpaint-bg-color);
background-color: var(--btn-grey-hover);
}
}