mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-16 07:46:40 +00:00
Change to darker gray
This commit is contained in:
parent
447b7c6311
commit
b3367fd60d
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ export function CaptionSetting(props: {
|
|||
);
|
||||
}
|
||||
|
||||
export const colors = ["#a8a8a8", "#ffffff", "#80b1fa", "#e2e535"];
|
||||
export const colors = ["#b0b0b0", "#ffffff", "#80b1fa", "#e2e535"];
|
||||
|
||||
export function CaptionSettingsView({ id }: { id: string }) {
|
||||
const { t } = useTranslation();
|
||||
|
|
|
|||
Loading…
Reference in a new issue