fix: styles on prompt-all-in-one

pull/323/head
morizon 2023-08-02 21:19:31 +08:00
parent 428b2f4f23
commit 973783b572
No known key found for this signature in database
GPG Key ID: 54452D314855EDC6
2 changed files with 72 additions and 59 deletions

File diff suppressed because one or more lines are too long

View File

@ -3,6 +3,13 @@ import { Theme, css } from 'antd-style';
export default (token: Theme) => {
return css`
#root {
/* sd-webui-prompt-all-in-one */
.physton-highlight-prompt {
color: ${token.colorPrimary} !important;
-webkit-text-fill-color: ${token.colorPrimary} !important;
}
/* openOutpaint */
#tab_openOutpaint {
position: relative;