mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-15 19:22:26 +08:00
style: EditorViewer title align center (#1390)
This commit is contained in:
parent
bd589c4422
commit
b4025c45da
|
@ -25,7 +25,7 @@ export const ConfigViewer = forwardRef<DialogRef>((_, ref) => {
|
||||||
<EditorViewer
|
<EditorViewer
|
||||||
open={true}
|
open={true}
|
||||||
title={
|
title={
|
||||||
<Box>
|
<Box display="flex" alignItems="center" gap={2}>
|
||||||
{t("Runtime Config")}
|
{t("Runtime Config")}
|
||||||
<Chip label={t("ReadOnly")} size="small" />
|
<Chip label={t("ReadOnly")} size="small" />
|
||||||
</Box>
|
</Box>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user