[bugfix] Config Window: DeeplAuthKey. fix save button's design that was a bit off.
This commit is contained in:
@@ -26,7 +26,7 @@ export const DeeplAuthKey = () => {
|
||||
return (
|
||||
<div className={styles.container}>
|
||||
<div className={styles.entry_section_wrapper}>
|
||||
<_Entry ref={entryRef} width="32rem" onChange={onchangeEntryAuthKey}/>
|
||||
<_Entry ref={entryRef} width="30rem" onChange={onchangeEntryAuthKey}/>
|
||||
<button className={styles.save_button} onClick={saveAuthKey}>Save</button>
|
||||
{is_editable
|
||||
? null
|
||||
|
||||
@@ -47,6 +47,8 @@
|
||||
color: var(--dark_basic_text_color);
|
||||
font-size: 1.4rem;
|
||||
border-radius: 0.4rem;
|
||||
text-align: center;
|
||||
flex-shrink: 0;
|
||||
&:hover {
|
||||
background-color: var(--primary_500_color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user