Blame view

src/settings.scss 123 Bytes
sanmu authored
1
2
@use 'vuetify/settings' with (
  $tab-slider-size: 3px,
sanmu authored
3
4
  $card-border-color: '#0288D1',
  $sheet-border-color: #1e88e5
sanmu authored
5
);