commit
44ebb5d60d
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue