Merge pull request #323 from sidmorizon/fix/styles

fix: styles on prompt-all-in-one
pull/345/head
CanisMinor 2023-08-03 21:01:56 +08:00 committed by GitHub
commit 44ebb5d60d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;