mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-25 00:49:10 +00:00
refactor: recover style override
This commit is contained in:
committed by
Carlos Valente
parent
089eba3877
commit
687ad68726
@@ -169,6 +169,7 @@ export default function MinimalTimer(props: MinimalTimerProps) {
|
|||||||
<div
|
<div
|
||||||
className={timerClasses}
|
className={timerClasses}
|
||||||
style={{
|
style={{
|
||||||
|
color: userOptions.textColour,
|
||||||
fontSize: `${timerFontSize}vw`,
|
fontSize: `${timerFontSize}vw`,
|
||||||
fontFamily: userOptions.font,
|
fontFamily: userOptions.font,
|
||||||
top: userOptions.top,
|
top: userOptions.top,
|
||||||
|
|||||||
Reference in New Issue
Block a user