mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): ensure that titlebar is updated on settings change
This commit is contained in:
committed by
Łukasz Mierzwa
parent
5bdd529ace
commit
b1c70fbf90
@@ -181,7 +181,12 @@ const AlertGroup = ({
|
||||
duration={context.animations.duration}
|
||||
wait={context.animations.duration}
|
||||
>
|
||||
<div className={`card ${cardBackgroundClass}`}>
|
||||
<div
|
||||
className={`card ${cardBackgroundClass}`}
|
||||
data-colortitlebar={
|
||||
settingsStore.alertGroupConfig.config.colorTitleBar
|
||||
}
|
||||
>
|
||||
<GroupHeader
|
||||
isCollapsed={isCollapsed}
|
||||
setIsCollapsed={setIsCollapsed}
|
||||
|
||||
Reference in New Issue
Block a user