From d7884d077d5985a9c653c150cb04bf33e7560415 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 16 Jun 2024 02:40:29 +0200 Subject: fix(gjs): css, class_name setter --- gjs/src/widgets.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'gjs/src/widgets.ts') diff --git a/gjs/src/widgets.ts b/gjs/src/widgets.ts index c731b02..e363da0 100644 --- a/gjs/src/widgets.ts +++ b/gjs/src/widgets.ts @@ -12,11 +12,11 @@ export type BoxProps = ConstructProps(Astal.Button) export type ButtonProps = ConstructProps // CenterBox @@ -41,11 +41,11 @@ export type EntryProps = ConstructProps(Astal.EventBox) export type EventBoxProps = ConstructProps // TODO: Fixed -- cgit v1.2.3