Skip to content
Snippets Groups Projects

Issue #480 - Make edges round

Merged Dima Rifai requested to merge delrifai/#480_fix_round_edges into develop
16 files
+ 17
19
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -171,7 +171,7 @@ const VotersDialog: React.FC<VotersDialogProps> = ({
}}
pageSize={config.standardPaginationSize}
totalCount={witnessVoters.total_operations}
className="text-black dark:text-white"
className="rounded"
isMirrored={false}
/>
{witnessVoters?.voters?.length === 0 && !isWitnessVotersLoading ? (
Loading