Merge pull request 'change style editor link button match desgin' (#107) from dev-manhph1-figbug into dev

Reviewed-on: #107
This commit is contained in:
dev
2025-09-05 17:18:00 +09:00

View File

@ -101,8 +101,12 @@
color: #eee;
}
.toastui-editor-popup-body label,
.toastui-editor-popup-body button {
font-family: var(--desktop-normal-font-family, "Inter-Regular", sans-serif) !important;
}
.toastui-editor-dark .toastui-editor-popup-body label {
font-family: var(--desktop-normal-font-family, "Inter-Regular", sans-serif);
color: rgba(255, 255, 255, 0.85098);
}
@ -117,7 +121,7 @@
}
.toastui-editor-dark .toastui-editor-popup-body input[type='text'].disabled {
color: #969aa5;
color: rgba(255, 255, 255, 0.85098);
border-color: #303238;
background-color: rgba(48, 50, 56, 0.4);
}