Skip to content

Profectus / game/notifications / getHighNotifyStyle

Function: getHighNotifyStyle() ​

getHighNotifyStyle(): object

Utility function to call getNotifyStyle with "high importance" parameters.

Returns ​

object

borderColor ​

borderColor: "rgba(0, 0, 0, 0.125)" = "rgba(0, 0, 0, 0.125)"

boxShadow ​

boxShadow: `-4px -4px 4px rgba(0, 0, 0, 0.25) inset, 0 0 ${string} ${string}`

transform ​

transform: "scale(1.05, 1.05)" = "scale(1.05, 1.05)"

zIndex ​

zIndex: number = 1

Defined in ​

profectus/src/game/notifications.ts:26