mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: update button style to normal for improved usability in BaseModelTable
This commit is contained in:
@@ -1112,7 +1112,7 @@ const BaseModelTable: <TBaseModel extends BaseModel | AnalyticsBaseModel>(
|
||||
title: `${props.createVerb || "Create"} ${
|
||||
props.singularName || model.singularName
|
||||
}`,
|
||||
buttonStyle: ButtonStyleType.HOVER_PRIMARY_OUTLINE,
|
||||
buttonStyle: ButtonStyleType.NORMAL,
|
||||
buttonSize: ButtonSize.Small,
|
||||
className: "",
|
||||
onClick: () => {
|
||||
|
||||
Reference in New Issue
Block a user