mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-14 11:00:34 -06:00
Increase badge margin and change button variant
This commit is contained in:
@@ -78,9 +78,9 @@ export default function AttributeClassesList({ environmentId }: { environmentId:
|
||||
<TagIcon className="h-8 w-8 flex-shrink-0 text-slate-500" />
|
||||
</div>
|
||||
<div className="ml-4 text-left">
|
||||
<div className="font-medium text-slate-900">{attributeClass.name}
|
||||
<span>
|
||||
{attributeClass.archived && <Badge text="Archived" type="gray" size="tiny"/>}
|
||||
<div className="font-medium text-slate-900">{attributeClass.name}
|
||||
<span className="ml-2">
|
||||
{attributeClass.archived && <Badge text="Archived" type="gray" size="tiny" />}
|
||||
</span>
|
||||
</div>
|
||||
<div className="text-xs text-slate-400">{attributeClass.description}</div>
|
||||
|
||||
@@ -36,7 +36,7 @@ export default function EventClassesList({ environmentId }) {
|
||||
<>
|
||||
<div className="mb-6 text-right">
|
||||
<Button
|
||||
variant="primary"
|
||||
variant="darkCTA"
|
||||
onClick={() => {
|
||||
setAddEventModalOpen(true);
|
||||
}}>
|
||||
|
||||
Reference in New Issue
Block a user