File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,8 @@ export const styles = {
181181 alignItems : 'center' ,
182182 gap : '0.75rem' ,
183183 marginBottom : '1rem' ,
184- color : '#000000'
184+ color : '#000000' ,
185+ cursor : 'pointer'
185186 } ,
186187 metricIcon : {
187188 fontSize : '1.5rem' ,
@@ -198,6 +199,19 @@ export const styles = {
198199 color : '#000000' ,
199200 marginBottom : '0.5rem'
200201 } ,
202+ metricDetails : {
203+ /* corpo que aparece quando o card está aberto */
204+ marginTop : '0.5rem' ,
205+ display : 'flex' ,
206+ flexDirection : 'column' as const ,
207+ gap : '0.25rem'
208+ } ,
209+ detailLine : {
210+ /* linha individual dentro do corpo */
211+ fontSize : '0.875rem' ,
212+ opacity : 0.8 , // ligeiro cinza
213+ color : '#000000'
214+ } ,
201215 progressBar : {
202216 width : '100%' ,
203217 height : '0.5rem' ,
You can’t perform that action at this time.
0 commit comments