# Styling

Customization for AndroidPreview component can be done through SCSS variables, by importing the following file: ~vue-push-notification-preview/src/assets/devices/pixel_4, before defining the variables.
All available variables are defined into: ~vue-push-notification-preview/src/assets/variables/pixel_4

# Notification Heading Text

Changing the notification heading text i.e. $vnpn-pixel_4-notification-heading-color with #ff0000 color.

$vnpn-pixel_4-notification-heading-color: #ff0000;

@import '~vue-push-notification-preview/src/assets/variables/pixel_4';