Skip to content

Commit

Permalink
fix(ui): title color
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Aug 2, 2024
1 parent d60f37b commit 4bdf342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oplayer/ui",
"version": "1.3.3-beta.5",
"version": "1.3.3-beta.6",
"description": "ui plugin for oplayer",
"type": "module",
"main": "./dist/index.es.js",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/src/components/ControllerBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const controlBar = $.css({
padding: '0.5em 0.5em 0',
transition: 'transform 0.3s ease',
height: 'var(--control-bar-height)',
color: '#fff',

// https://developer.mozilla.org/zh-CN/docs/Web/CSS/env
//TODO: support display-mode
Expand Down

0 comments on commit 4bdf342

Please sign in to comment.